The question is answered, right answer was accepted
Problem adding reference on VS
Hello, i need to make an animation play before my gams changes the scene, for that i would like to use yeld return new waitforseconds, however, for that i need the IEnumerator....witch i can't find on my VS references (on add reference) how do i add it to VS?
Answer by OctoMan · Nov 11, 2015 at 08:24 AM
Just add your timer IEnumerator script to any gameobject in the scene. And start it in void Start()
Follow this Question
Related Questions
I have some problems with my animation.help PLEASE! 0 Answers
IEnumerator Tweening vs Animator - Which is the better performance choice? 0 Answers
How can I specify points attached to a sprite that move with the animation? 0 Answers
Photon - Possible to sync CrossFixedInTime Animator State? 0 Answers