Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.0.0-exp.4
1.1.5
2.0.0
Issue ID
NAVB-104
Regression
No
MoveRotation does not rotate the GameObject when it has a Nav Mesh Agent component and RigidBody component
How to reproduce:
1. Open the “IN-76810_repro“ project
2. Open the “SampleScene“
3. Enter Play Mode
Expected result: Both GameObjects are rotating
Actual result: GameObject “c“ does not rotate
Reproducible with: 1.0.0-exp.4 (2021.3.38f1), 1.1.5 (2022.3.30f1), 2.0.0 (6000.0.4f1)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Note: Reproducible in Player
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note:
This will not work because both Physics and NavMesh are updating the same Transform. Only one of them may be in control at a given time, so the Physics component should be set to Kinematic.
Please see this Manual page for more info:
https://docs.unity3d.com/Packages/com.unity.ai.navigation@1.1/manual/MixingComponents.html