Hello there,
Im in development process to a flight war game. There is somewhere i need to walk with character. Then i try to add third person pack as c++ to my game. Somewhere in the process throw an error.
I think it causes from
Hello there,
Im in development process to a flight war game. There is somewhere i need to walk with character. Then i try to add third person pack as c++ to my game. Somewhere in the process throw an error.
I think it causes from
AFAIC that’s the default third person character animation that does it. If you disable the animation in the character, it will pack.
I don’t know if it’s fixed in 5.1, but it was the issue in 5.0.
IDK how to fix it without disabling the animation though, but you can maybe dig around to see what might cause it.
I did fix this, its from “EnhancedInput” reference is not exist in game.build.cs file. After include that and reprocess steps there is no more error and bug.