So I was just testing this part of the scene (I am using third person template) And there is this random invisible slope. I don’t have any collision, as this is just a scene, but I checked anyway and nothing should be causing the problem, any ideas?
Hey there @Und3rratedGamer! Welcome to the community! Sometimes objects can have convex collisions that aren’t readily apparent. I’d recommend enabling Player Collision visualization
.
This could help you determine what collider is causing it. Alternatively you could print out every collision the player comes in contact with via blueprint using overlap or hit depending on the nature of your character. Hope this helps!