GlobalGameObjectReference
A Monobehaviour used to define a string id on GameObjects. The behaviour will be not referenced if its gameObject is not active.
// get all started spawners
var spawnerList = GGORef.Get("Spawners");
// get a behaviour on gameObjects
var myBehaviourList = GGORef.Get<MyBehaviours>("Spawners");