How to Download and Use the Assets Folder

1. Understand the Assets Folder

  • The Assets folder contains essential content for assembling clones and other items in the project.

  • Access to this folder is token-gated, meaning you must own a Clone to download it.

2. Download the Assets Folder

  • Connect your wallet to verify ownership of a Clone.

  • Once authentication is successful, the download should start automatically.

3. Extract the Assets Folder

  • When the download is complete, locate the downloaded .zip file.

  • Extract the contents of the .zip file using your preferred tool (e.g., WinRAR, 7-Zip, or the built-in file extractor).

4. Copy the Assets Folder

  • Find the extracted Assets folder inside the unzipped files.

  • Copy the entire Assets folder to the Content folder of your Unreal Engine project.

The path should look like this: .../ProjectPhoenix-UE5/Content/

Note: When copying the Assets folder, make sure that you copy the folder inside to the directory reads like this.

Assets

  • Characters

  • Environments

  • Items

The directory Should not read like this:

Content > Assets > Assets > ...

5. Verify the Setup

  • Open your Unreal Engine project to confirm that the assets have been added successfully.

  • If the assets do not appear, double-check the folder structure to ensure the Assets folder is in the correct location.

Last updated