CtrlK
Spawning
Spawning (Show / Hide)
Control when items appear or disappear in the project using events.

Appear on Event
- Select an event that causes the item to appear
- Item is hidden by default until the event triggers
Disappear on Event
- Select an event that causes the item to disappear
- Used for dynamic projects where items are removed
Use Cases
- Spawn enemies when player enters an area
- Hide items after collection
- Show/hide UI elements or objects based on game state
