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.

Creation

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.

Properties

Name
Description

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