Spawnpoint
Description
The Spawn Point component defines a location in the game world where players or objects are instantiated or respawned. This is essential for controlling where characters or entities appear after dying, completing a level, or being instantiated.
Usage
Spawn points are critical for player respawn mechanics, enemy spawns, and placing objects at specific locations within the world. They are commonly used in multiplayer games or games with checkpoints.
Key Properties
- Location: The position in the world where the spawn will occur.
- Spawn Delay: The time delay between respawns or object instantiation.
- Spawn Type: Defines the type of entity being spawned (e.g., player, enemy, vehicle).
Feedback
Please be sure to submit issues or feature requests through the embedded feedback form. In the event it is a major issue please contact us directly through Discord.