UltimateSpawner is a simple spawn system created for Unity projects.
- Choose SpawnMode
- FixedTime
- Progressive
- RandomTime
- External
- Input
- Choose SpawnPoint
- Spawner Position
- Fixed Position
- Random SpawnPoints
- Target Transform
- Change spawned object's rotation
- Quaternion.identity
- Spawner Rotation
- Custom Rotation
- Object Current Rotation
- Move the spawned object
- 2D/3D
- Rigidbody Velocity
- Rigidbody AddForce
- Built-in pooling system (With easy activation)
- Built-in timer
- Activate/Deactivate Debug Logs
For more info please read the Documentation
- Download the latest release
- Import the package inside your Unity Project
- Play with the sample scenes (:
- Choose the folder you want to create it
- Right click inside it
- Then Create > UltimateSpawner > Position to Spawn
It's not like it is the best spawn system, but I was tired of creating a new spawn system for every new project I've started. So I created a spawn system with everything I need. With this in mind I hope I don't need to create another spawn system again.