Until now I thought, that the console lists errors and Debug logs ordered by time. But sometimes there are errors in update() in the beginning of the console and in the end there are OnCollisionEnter()-errors (both should be called after all start()s right?), while in the middle there are Start() and even Awake() errors. Collapse doesn't do what I want. How can I view the order, in which errors are thrown?
↧