Your IP address will be publicly visible if you make any edits.
Component:AssetLoader
AssetLoader is a Component that is used to tell the game that an Asset is still being used. This is helpful for when an asset is referenced in a way that deletes it during asset cleanup and saving.
More actions
This page contains changes which are not marked for translation.
AssetLoader is a Component that is used to tell the game that an Asset is still being used. This is helpful for when an asset is referenced in a way that deletes it during asset cleanup and saving.
Set the Asset field to the asset that should be kept around, afterwards the asset should not be cleaned up as long as it continues to be referenced by the AssetLoader.