Open mperez01 opened 6 years ago
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:
Start()
CameraManager
base.Start();
In EventedEntityScript.cs, line 32, add this:
if (toRun.Current == null) break;
Do the same in EventedEventManager.cs, line 34.