UnityPlayground icon indicating copy to clipboard operation
UnityPlayground copied to clipboard

Auto Object Spawner script

Open kawasaks opened this issue 6 years ago • 1 comments

i am trying to teach my son how to make his first code by following this tutorial (https://unity3d.com/learn/tutorials/topics/2d-game-creation/2d-games-non-programmers?playlist=17093) but seems like update version is missing "Auto Object Spawner" script or either replaced with something else that i can't find in the update version. we are so close to complete the tutorial and don't want to put him down with all the work we have done so far. it will be kind if anyone can help to guide which script is replaced or where i can find it.

thank you for your help in advance.

kawasaks avatar Apr 25 '19 05:04 kawasaks

Yes Auto Object Spawner is not available in the updated GitHub repo. But instead you can use the ObjectCreatorArea script. It provides the same functionality as the Auto Object Spawner.

Abhi123378 avatar Jan 13 '20 17:01 Abhi123378