ProjectBorealis / PBCharacterMovement

HL2-style, classic FPS movement for Unreal Engine implemented in C++
https://www.projectborealis.com/movement
MIT License
1.25k stars 164 forks source link

Package build has errors when Editor doesn't (UE5.1) #53

Open pollosimil opened 3 weeks ago

pollosimil commented 3 weeks ago

Hi everyone, i've been searching for a solution to this issue for some days now and can't find anything usseful yet. I will provide all the necesary information, but the general issue is that I have a behaviour tree AI that follows you around when out of range to attack, and everything works just fine in UE editor but when I package build the game, for some reason the enemy won't follow you.

BBErrorUE5

pollosimil commented 3 weeks ago

At this point, I believe the issue resides in the tickings, blueprint order execution, and some technical shit like that, wich of course I don't know how to solve :c