You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, thank you so much for sharing such a great system!
I was trying to implement it on a new UE5 project but after doing all the setup, adding the character BP to the map and trying to move ingame, engine crashes with the following error:
Hi! First of all, thank you so much for sharing such a great system!
I was trying to implement it on a new UE5 project but after doing all the setup, adding the character BP to the map and trying to move ingame, engine crashes with the following error:
It seems that somehow, MovementComponent (ClimbComponent in my case) is null when Character class tries to make use of it.
I've checked the comments in the blog about it but with no avail, as no answer on how they fixed it was available, unfortunately.
Any idea what could be wrong?
I'm adding the code in here just in case I've missed something.
https://gist.github.com/arkanos/d5edbd60afc11a5931f96eae66038535
Any help would be very much appreciated!
The text was updated successfully, but these errors were encountered: