Spawnable
The Spawnable monobehaviour allows spawning and despawning of other Prefabs based on Prerequisite Conditions being satisfied.
Spawnables are the way AnyRPG deals with the need for physical objects in the world to appear or disappear as the game story progresses. There is no limitation to what can be spawned, from small things like shrubs or trees, up to entire buildings.
Name | Description |
---|---|
Prefab Profile Name | |
Spawn Delay | The amount of seconds to delay spawning the prefab once all the Prerequisites are met and the object can be spawned. |
Spawn Reference | If the Interactable does not spawn any objects, but instead is always visible, link the GameObject in this field. |
Despawn Object | If true, and there is an object spawned, and the Prerequisite Conditions are no longer met, despawn it. |
Prerequisite Conditions |
- Spawnable does not have any dependencies, and can be placed on a Prefab with no other components.
Last modified 11mo ago