IsoUnity icon indicating copy to clipboard operation
IsoUnity copied to clipboard

Fix bug in Animation

Open mperez01 opened this issue 7 years ago • 1 comments

In EventedEntityScript.cs, line 32, add this:

if (toRun.Current == null) break;

Do the same in EventedEventManager.cs, line 34.

mperez01 avatar Jun 05 '18 18:06 mperez01

Also remember that in commit #56 we had to add this line to the first line of Start() method in CameraManager:

base.Start();

WyrnCael avatar Jun 05 '18 18:06 WyrnCael