IsoUnity
IsoUnity copied to clipboard
Fix bug in Animation
In EventedEntityScript.cs, line 32, add this:
if (toRun.Current == null) break;
Do the same in EventedEventManager.cs, line 34.
Also remember that in commit #56 we had to add this line to the first line of Start() method in CameraManager:
base.Start();