reneabreu / UltimateSpawner

UltimateSpawner is a simple spawn system created for Unity projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UltimateSpawner

UltimateSpawner is a simple spawn system created for Unity projects.

UltimateSpawner

Features

  • 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

How to use it

For more info please read the Documentation

  1. Download the latest release
  2. Import the package inside your Unity Project
  3. Play with the sample scenes (:

Creating a Spawn Point

  1. Choose the folder you want to create it
  2. Right click inside it
  3. Then Create > UltimateSpawner > Position to Spawn How to create a spawn point

Why UltimateSpawner?

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.

About

UltimateSpawner is a simple spawn system created for Unity projects

License:MIT License


Languages

Language:C# 100.0%