浏览代码
* Added a specialized class for debugging the state machine The StateMachineDebugger class will generate logs for state changes together with the conditions results. Providing more in-depth information. * [Bot] Automated dotnet-format update * Improved the debugger's log with SO names Added changes so the state machine debugger can use the ScriptableObjects names in the log, improving readabilty. Now the log also shows the transition name. * [Bot] Automated dotnet-format update * Added a feature to also list the active StateActions The debugger can now list the actions activated by the state. Also added two options to toggle the logging of the conditions and the actions * [Bot] Automated dotnet-format update * Small improvements and documentation Changed the State name for a reference to the SO of origin (like the other classes) Removed the name of the transition for compatibility with the changes made.../main
GitHub
4 年前
当前提交
f06b5a5e
共有 11 个文件被更改,包括 185 次插入 和 23 次删除
正在加载...
Reference in new issue