Skip to content

metyatech/RuntimeAssetImportSample

Repository files navigation

RuntimeAssImpSample

Overview

Sample project for Unreal Engine plugin RuntimeAssetImportPlugin. Made with UE5.4.2.

How to run

  1. Satisfy RuntimeAssetImportPlugin Prerequisites.

  2. Clone this repository with its submodules:

    Clone method 1 (using Github Desktop) (easy)
    1. Launch "Github Desktop" application (if not available, install it first).
    2. From the menu, select File > Clone repository...
    3. Go to the URL tab.
    4. 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)
    1. If git is not installed, please install it.
    2. Start a command prompt at the location you want to clone.
    3. Execute
      git clone --recursive URL`
      
      Put the URL of this repository in the URL field.
  3. Launch the .uproject file in the cloned repository.

About

Sample project for RuntimeAssetImport plugin. Made with UE5.4.2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published