Static 3D Object Asset

1. Make sure the 3D Static Object follows the Asset Framework

If not, please check out the tutorial below first:

3D Static Object In-game Framework

2. Create Parent Object and set asset to child object

Create a new empty Game Object

Created empty 'FRS' object

Make sure the orientation is (0,0,0), location is (0,0,0), and scale is (1,1,1)

FRS's default location, orientation, and scale

Drag the SCI_FRS_13_HD inside the FRS game object.

Set FRS to the parent of SCI_FRS_13_HD object

Note: These logical groupings are just as an example. As all the necessary objects are under one Parent game object (in this case, FRS), it's fine to change the child grouping to your liking.

3. Create a Prefab

Drag the "FRS" parent object into the Assets folder to create a prefab.

Drag the object to the project folder to create a prefab

4. Set the Prefab's AssetBundle

In the bottom of the Inspector, set the Assetbundle name. In this case, we set it to "frs"

Set Asset Bundle name

5. Create the Asset Bundle

On the top left, in the menu, select Rawrshak -> Asset Bundles.

This opens Rawrshak's Asset Bundles creator (Asset Packager).

Select the desired Build Target to build an asset package for. In this case, select StandaloneWindows.

Select Build Target

Click Generate Asset Bundles button and wait for the asset bundle to be built.

If you selected Android, iOS, and WebGL, Unity may have to install the necessary modules during the asset bundle generation if these modules were not already installed earlier. This might take a while.

6. Viewing the generated Asset Bundle

Viewing Generated Asset Bundle information

You can click the row of the asset bundle that was generated to view the asset bundle information on the right.

If you click the select checkboxes, you can add the total amount of kilobytes of data you will need to upload. You can click the "Calculator" button to open ArDrive's price calculator.

Last updated