You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current logging implementation for the JSONLoader class in Unity lacks structured logging, making it difficult to debug issues related to scene loading and speaking events.
Describe the solution you'd like
Implement structured logging using a library like Serilog to provide JSON formatted logs. Include detailed logging for each step in the JSONLoader process, such as payload loading, scene transitions, and speaking events.
Describe alternatives you've considered
Continuing with the current logging setup, but this does not provide the required level of detail for debugging complex interactions.
Additional context
Improving logging practices will assist in debugging and maintaining the JSONLoader class, ensuring smoother integration and operation within Unity.
Is your feature request related to a problem? Please describe.
The current logging implementation for the JSONLoader class in Unity lacks structured logging, making it difficult to debug issues related to scene loading and speaking events.
Describe the solution you'd like
Implement structured logging using a library like Serilog to provide JSON formatted logs. Include detailed logging for each step in the JSONLoader process, such as payload loading, scene transitions, and speaking events.
Describe alternatives you've considered
Continuing with the current logging setup, but this does not provide the required level of detail for debugging complex interactions.
Additional context
Improving logging practices will assist in debugging and maintaining the JSONLoader class, ensuring smoother integration and operation within Unity.
Related Issues
The text was updated successfully, but these errors were encountered: