Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
5.6.0f3
Issue ID
939897
Regression
No
Updating a Skinned Mesh Renderer that is only rendered by a Command Buffer is not working
Steps to reproduce:
1. Open attached project
2. Go into play mode
3. In the scene view look at another point in which the soldier is not being seen by the scene view. (see the gif attached)
-Soldier is not moving
Note: Skinned mesh renderer is updating as expected by adding another camera, but this isn't an expected solution by the customer because adding new camera will increase draw calls.
Problem: The toggles for "Update When Offscreen" on the skinned mesh and "Culling Mode: Always Animate" on the animator has no effect, therefore causing Skinned Mesh Renderer to not update when the camera is looking away from the mesh.
Expected result: Skinned Mesh Renderer should be updated when the camera is looking away from the mesh.
Actual result: Skinned Mesh Renderer is not getting updated when the camera is looking away from the mesh.
Reproduced with: 5.6.0f3, 5.6.2p4, 2017.1.0p1, 2017.2.0b6, 2017.3.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- 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
Add comment