-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BTInspector
singleton, an in-game tool for visualizing BTs
#81
Comments
It seems to me I already have a similar-ish Press F2 to bring it up: demo.zip The user must find the BTPlayer node in the scene tree viewer in order to populate the BTView. demo.mp4I've been wanting to rewrite my implementation as a module for PankuConsole but it doesn't have a scene tree viewer -- I was planning to use that to implement a |
I guess, by external resource you don't mean godot |
Right, I should've said plugin.
I see, I forgot about |
Easy to use in-game behavior tree inspector, that would allow choosing a running BT instance.
BTInspector.show()
.BTInspector.inspect(bt_player.get_tree_instance())
.Window
would allow moving the inspector view around, or popping it out in its own detached window.The text was updated successfully, but these errors were encountered: