Sample project for Unreal Engine plugin RuntimeAssetImportPlugin. Made with UE5.4.2.
-
Clone this repository with its submodules:
Clone method 1 (using Github Desktop) (easy)
- Launch "Github Desktop" application (if not available, install it first).
- From the menu, select File > Clone repository...
- Go to the URL tab.
- Enter the URL of this Github repository in "URL or username/repository", select the location you want to clone, and press Clone.
Clone method 2 (using git command) (advanced)
- If git is not installed, please install it.
- Start a command prompt at the location you want to clone.
- Execute
Put the URL of this repository in the URL field.
git clone --recursive URL`
-
Launch the .uproject file in the cloned repository.