Creating an Asset Database

  1. Create an AddressableGroup for your assets. (Window/AssetManagement/Addressables/Groups).

  2. Set your assets as addressabble and in the groups menu drag them to your new group.

  3. Go to the Assets/Content/Data/Databases folder, and create a new AssetDatabase by going to Create/SS3D/AssetDatabase.

  4. Set your AddressablesGroup in the inspector.

  5. Go to ProjectSettings/SS3D/Assets/AssetDatabaseSettings

  6. Press find and load asset databases.

  7. Check if your new database code was generated in the Assets/Scripts/SS3D/Data/Generated folder

Last updated