Skip to content

DZimo/mapSpawner-Tool-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapSpawner-Tool-Unity

A special C# plugin to spawn your maps multiple times depending on the size and type of the map.

HOW IT WORKS?

First of all when the player moves and reach the half of the map it automatically instantiate a new map

After the specified time runs out, the old maps are destroyed

HOW TO USE ?

Simply clone the repo and use the version you need from the scripts given, attach the script to your GameObject and load the specific map that you want to spawn every time, you can freely choose the other parameters of spawn options.

  1. Attach the MapSpawner script to your mapSpawner GameObject
  2. Create a prefab from your map.
  3. Attach the prefab to the Old Map To Delete.
  4. Attach the Map in Scene to the New Map To Spawn.
  5. Attach your Player to the script.
  6. Set the time to delete. Enjoy!

About

A special C# plugin to spawn your maps multiple times depending on the size and type of the map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages