Calamari
Calamari
Heyho @Tresky. What you are observing is the following: If you register a node, you put that node into a global registry, if you then reuse that node in different...
Hmm, I thought I posted some thoughts, this morning. Apparently I forgot to hit the comment button. Well, here is a more informed look: I just checked and it is...
Hey ho. That is hard to answer on a general term, since I think it depends on how your whole system is structured. But one way that comes to my...
Thanks for the video. That is indeed an interesting node to have. And it should not be difficult to build these nodes at all. Maybe I'll build something, if I...
I figured, that this is/was not as easy to implement as I thought it would, since that kind of node would need to knowledge of previous runs, which is only...
@crapthings If you like, you can check out the new parallel nodes (they are pretty much as described in the video you mentioned). They should help you build your project....
If you have cloned it locally, you could go with removing it from the "package.json" in your project. In the cloned directory you can do `npm link` and in your...
Heyho. I see you are eager to learn more stuff about behavior trees. I like that. I also like that you do it openly. Can only help everyone reading this....
Hi @sunq0001. I am not quite sure if I get the question. The first line describes how to import the `InvertDecorator` class into your code and the second snippet describes...
Soooo … @sunq0001 Now I understood the core problem, and have to admit, you are right, there was no easy way to load the built-in decorators. :facepalm: But I added...