Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climbing on an object with negative scale makes the character rotate 180degrees #500

Open
DoubleP90 opened this issue Aug 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DoubleP90
Copy link

Describe the bug
When climbing on an object with a single negative scale ex(x:-1, y:1, z:1), the character rotates 180 degrees, this seems to happen when climbing on the Y world axis.
The negative scale needs to be applied only to X or Y, applying it to both, all 3 or only Z doesn't cause issues.

To Reproduce
Steps to reproduce the behavior:

  1. Create a cube, set it's scale to x:-1, y:1, z:1
  2. Play and climb the cube
  3. Notice how when climbing on the Y world axis, the character rotates 180 degrees

Expected behavior
Character should be able to climb objects with negative scale without issues

Screenshots and Videos

ALS.climbing.issue.mp4

Tested on an empty project with the latest plugin

@DoubleP90 DoubleP90 added the bug Something isn't working label Aug 5, 2024
@jrgibson
Copy link

jrgibson commented Nov 5, 2024

I created a Blueprint fix to this for the Marketplace version. You can see it in this video: https://youtu.be/XXfQQaSXO_A?si=WNolLyfAHRlb1FVt&t=104

Thought it might help for this too.

(There is a lot of explanation in the video because I'm just starting to teach my students Blueprints.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants