Closed GoogleCodeExporter closed 8 years ago
I wasn't able to reproduce this error. I tried:
iTween.CameraFadeAdd();
yield return new WaitForSeconds(3);
iTween.CameraFadeDestroy();
yield return new WaitForSeconds(3);
iTween.CameraFadeAdd();
and it was successful. Am I missing something?
Original comment by pixelplacement
on 6 Jan 2011 at 5:40
Original issue reported on code.google.com by
sillyt...@gmail.com
on 5 Jan 2011 at 1:58