My level plays but sometimes I get an odd message.
Today it’s classID >= ms_ClassIDCount || classID <0, Assert in file: BaseObject.h at line: 678
I get others as well. What’s the procedure for tracking down which object has the problem? Once I know which object I can probably spot something wrong and fix it.
Usually errors give you a link to the object that caused it, when you click on it in the console.
If it doesn’t give you a link to the object it came from like that assert then you would have to remove objects to see what causes it. But this is an internal error message, so feel free to send in the project folder via Report Bug.app and i’ll tell you whats wrong.