Hi. I’ve been using the pro version of the plugin for a few weeks now and it’s been working perfectly when testing on editor. I’ve recently made a build but now I’m finding many inconsistencies in the pathing that never happen on editor.
At first I thought it could be a problem with the cached files for my first scene, so I updated them and tried again. This did not solve it, so I disabled the cached graph and tried with the graph generated at awake, but it did not help either. Since my code instantiates items right after loading a scene I thought that this could be the issue too, but I’m now generating the graph only by code after all logic related to the scene and once again it did not solve the problem.
I have two characters: one is the main character and the other is the follower. If I walk towards north the follower should move behind me, but it moves to the left instead! I checked my code since I’m moving the character by using its steering target (I’m not using any type of agent, I’m moving the characters with kinematic character controller plugin and Opsive’s behavior designer), and the direction that the character is being told to use is towards west instead of north.
This only happens on build, because on editor my character moves correctly behind me all the time, even with the graph being generated by code. Any help would be very much appreciated.
- A* version: [5.1.6]
- Unity version: [2023.2.13f1]