Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.4.0f2
Issue ID
817620
Regression
No
Vector3.RotateTowards doesn't work as expected once 90 degree angle is reached
Steps to reproduce:
1. Open attached project
2. Open "test" scene
3. Press play
4. Hold space
("Cube" is rotating around towards the red line)
5. Notice how "Cube" rotation breaks when reaching -90 degrees(gif attached)
Expected behavior: according to unity docs "The current vector will be rotated round toward the target direction by an angle of maxRadiansDelta, although it will land exactly on the target rather than overshoot." Since the direction(the "Cube" object is rotating towards) is a child object of "Cube" it would make sense that "Cube" will never land on the target and should be rotating infinitely.
Reproduced with: 5.2.4f1, 5.3.6f1, 5.4.0f2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
Add comment