Closed GoogleCodeExporter closed 8 years ago
There is a similar issue with FOREACH loops due to the old Unity NET version
(see faq here:
http://dotween.demigiant.com/support.php?faq=Tweens%20inside%20foreach) but
this is different and I never realized that. After some testing I found the
reason: that's happening because your FOR-IN is inside a Coroutine. If you put
it inside a regular function it will work as intended.
Here are the changes I made to your code to make it work (just made Start a
Coroutine instead than the other methods): http://pastebin.com/BBsZZLg5
I'll add this to the FAQ now.
Original comment by daniele....@gmail.com
on 25 Dec 2014 at 1:16
Wow, so fast.
Now looks like works fine, thanks!
Original comment by alexandr...@gmail.com
on 25 Dec 2014 at 2:40
Original issue reported on code.google.com by
alexandr...@gmail.com
on 25 Dec 2014 at 12:47