Adding New Asset
Provide the following asset details.
- Update & Add new assets in your
Game AssetsandGame Asset ComponentsSheet. - Download Sheet as .csv files upload it here, also similarly upload the reference asset prefabs for the new asset here
- You will receive an updated
\SpacesAssets.csfile that you need to copy & replace at\Spaces\Scripts\. You will also receive additional Tracker and Loader Scripts for the new assets and its components, kindly add those scripts to\Spaces\Scripts\Assets\Trackersand\Spaces\Scripts\Assets\Loaders - Follow the same steps mentioned for the Asset & CDN integration.
- You can add asset Interactions by using the code snippet provided and following the Asset Integration steps here. The code snippet will be similar to the one below
spacesEngine.AssetUpdateInteraction(SpacesAssets.GetAssetId("your-asset-name"),interactionValue); //pass your interactionValue