Describe the bug
When an exception occurs in a code generator, the full exception is not logged to the console, only the message in a dialog window.
Unity Version:
Not applicable
To Reproduce
Create a code generator and throw an exception. When executing code generation, only the message portion is available to the user, but not the stack trace.
Expected behavior
The user should be able to see the full exception information at some point, whether in the dialog or better yet in the console.
Describe the bug When an exception occurs in a code generator, the full exception is not logged to the console, only the message in a dialog window.
Unity Version: Not applicable
To Reproduce Create a code generator and throw an exception. When executing code generation, only the message portion is available to the user, but not the stack trace.
Expected behavior The user should be able to see the full exception information at some point, whether in the dialog or better yet in the console.