[AI #11] Unity | Create Behaviour Trees using UI Builder, GraphView, and Scriptable Objects
Added 2021-07-04 14:02:19 +0000 UTC
Comments
Thank you for the heads up!
TheKiwiCoder
2024-05-01 22:52:35 +0000 UTC
This was one of the best tutorials I have followed so far. Everything works in newer versions of Unity except for one thing. Unity has made changes to the way they handle the UXML factories. All you have to do now is remove the factories and prefix the classes with [UxmlElement].