-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 a moderately simple behavior tree example #17
Comments
Thanks for the feedback yeah the examples could use some work to describe whats happening and a lot of them are kind of jumping the gun on scene based workflows so the files are spread out. At a glance the
Also in case you missed it this quick start is an attempt to describe the internals, I'd appreciate hearing if you think some part of that could also use more clarification. |
Ah cool, I will check out the Lines 10 to 14 in 01f4c6a
And was a bit "turned off" so I don't think I actually looked further on this example... I am vaguely aware that you're working on some scene stuff, so its not up to me to say how you should design your examples, but as a user going to Re the quick start. I did go through it originally (I think) a couple of months ago though but maybe it's changed. One initial reaction when going through it the first time (and from the example in the repo), is that for some reason "log on run" just doesn't click with me. I get that ultimately the log statement just represents doing something, but if there was any more to use something closer to in-game logic, I'd opt for that. Experience report from
Based on that experience, the most obvious thing I'd get value from (personally) is an example all in one file, even if it's the |
That makes a lot of sense, pretty much all the helper stuff is rendering related, ill look into seperating into
Great feedback it sounds like the quick start should be closer to a walk through of your experience getting started with |
Ive added two examples:
I'll keep this issue open until I get around to updating the quickstart. |
I really want to give beet a go for BTs but the example and the docs don’t really tell me enough to know what it’s doing. My BT knowledge is definitely new, that’s for sure, but I was able to get further with bevior_tree than beet.
An example like the one in bevior_tree would be great if you’re interested in adding one?
Alternatively, maybe you already have some more than basic code using beet that you can refer to?
The text was updated successfully, but these errors were encountered: