Game Extension
The game extension is designed to allow you to inject prefabs into the DontDestroyOnLoad container at game run time without modifying the loading scene.
Last updated
The game extension is designed to allow you to inject prefabs into the DontDestroyOnLoad container at game run time without modifying the loading scene.
To create a faction, find (or create) the GameName/Resources/GameName/GameExtension folder in the project tab and right click. Choose Create > AnyRPG > Game Extension.
Dont Destroy On Load Prefab List
A list of prefabs that will be instantiated and set to DontDestroyOnLoad when the game starts.
Override Extension
If set, an extension to override.
Last updated