|
I'm getting this dumped to my console every frame: (!) Testing and it says it's from c:/BuildAgent/work/200257e52574df36/Runtime/ExportGenerated/Editor/UnityEngineDebug.cpp at line: 43 Someone at Unity want to go check that please? Why I mention it here: anyone know of any cause or work-around?
(comments are locked)
|

What did you add / change lastly? Have you tried disabling the gameobjects one by one at runtime?
Keep in mind that you can post a bug report in Unity at any time ;)
Bug posted, but I'm hoping for some insight. The sad thing is, I inherited this code so I don't know what the last guy did.
closed source? You can use ILSpy to view any kind of managed code. If it's a native code plugin of course not ;)
No I have the source, but it's a ton of code, and I have no idea where to begin. I suppose it's down to disabling features until the problem goes away and see where that gets me.