void Awake() { Assert.AreEqual(null, Instance, "More than one instance of 'WorldTrees' component!"); Instance = this; }
// Start is called before the first frame update void Awake() { instance = this; }