jeffcampbellmakesgames / Genesis

A general purpose code generator library for Unity
MIT License
74 stars 8 forks source link

[BUG] Full exception information from code generation is not available to end users #4

Closed jeffcampbellmakesgames closed 4 years ago

jeffcampbellmakesgames commented 4 years ago

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.

jeffcampbellmakesgames commented 4 years ago

This has been added in v1.2.1.