Unity-Technologies / UnityPlayground

A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
MIT License
870 stars 164 forks source link

Added option to spawn an object after specified time delay in the CreateObjectAction script #29

Closed AlexKostas closed 1 year ago

AlexKostas commented 5 years ago

Added option to spawn an object after specified time delay in the CreateObjectAction script

jjmiranda commented 5 years ago

In my opinion, You can use Condition Repeat script to get this behaviour in a simple manner and using computational thinking in your students.