Author: Pauline Pun

Photo by Joshua Newton on UnsplashPutting your ScriptableObject functions to workPreviously in Part One of our spawn doctor series, we talked about the basic data for setting up an enemy spawn using ScriptableObject as well as some additional visualiser components. However, from this point on in the process, there’s not as much happening on the

Photo by Joshua Newton on UnsplashScoping spawn points in Unity with ScriptableObjectWhatever game you happen to be playing, it’s inevitable you’ll encounter some form of spawn. Players spawn, enemies spawn — even collectibles require a spawn system to appear in-game.In Unity, there are different ways of spawning objects. You can create game objects as your spawn reference