Hi,
I have setup an entity that has a basic behavior tree. The behavior tree has tasks that set int and bool parameters within the entity's animator.
When I test the behavior within the Unity editor in play mode, I am not getting any errors thrown by the behavior tree. However, when building to Android, I can see the following errors within Android logcat:



First of all, behavior tree is calling the SetInteger() and SetBool() methods, but I am confused as to why these methods cannot be found.
Secondly, I am not sure what the NullReferenceException is referring to within the behavior tree.
Thirdly, why are these errors popping up when running the build, but not in editor play mode?
I have setup an entity that has a basic behavior tree. The behavior tree has tasks that set int and bool parameters within the entity's animator.
When I test the behavior within the Unity editor in play mode, I am not getting any errors thrown by the behavior tree. However, when building to Android, I can see the following errors within Android logcat:



First of all, behavior tree is calling the SetInteger() and SetBool() methods, but I am confused as to why these methods cannot be found.
Secondly, I am not sure what the NullReferenceException is referring to within the behavior tree.
Thirdly, why are these errors popping up when running the build, but not in editor play mode?