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

Placed character turn their head to left #343

Closed
ysierhieiev opened this issue Jan 27, 2022 · 2 comments
Closed

Placed character turn their head to left #343

ysierhieiev opened this issue Jan 27, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ysierhieiev
Copy link

ysierhieiev commented Jan 27, 2022

Describe the bug
In editor all placed character turn their head to left. In BP class, or if put only SK on level- the character looks straight ahead

To Reproduce

  1. Place ALS character on level
  2. See error

Screenshots and Videos
image

How to fix
In

UALSCharacterAnimInstance::NativeUpdateAnimation

Return this condition if (!Character || DeltaSeconds == 0.0f)
and remove second if (DeltaSeconds == 0.0f)
or
Add RotationMode = EALSRotationMode::VelocityDirection; to if (DeltaSeconds == 0.0f)

@ysierhieiev ysierhieiev added the bug Something isn't working label Jan 27, 2022
@ysierhieiev ysierhieiev changed the title Placed haracter turn their head to left Placed character turn their head to left Jan 28, 2022
@CanisHelix
Copy link
Contributor

The first suggestion was changed to exclude DeltaSeconds to fix Issue #295 via PR #296.

@dyanikoglu
Copy link
Member

Fixed in dev branch

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