Search Issue Tracker
By Design
Votes
0
Found in [Package]
0.0.12-preview.33
Issue ID
1157346
Regression
Yes
[ECS] SkinnedMeshRenderer does not render while using Command Buffer Instantiating
Reproduction steps:
1. Open "1157346" project
2. Open "withSkinnedMeshRenderer" scene
3. Enter Play mode
4. Notice that a humanoid model with a gun is spawned and another gun model on the side
Expected Result: Second humanoid model with SkinnedMeshRenderer is spawned next to the gun
Actual Result: Model with SkinnedMeshRenderer does not render while using Command Buffer Instantiating
Reproduced with: 2019.3.0a4, 2019.3.0a3
Did not reproduce on: 2018.3.0a2 (crash), 2019.2.0b4, 2019.1.4f1, 2018.4.1f1
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
Currently SkinnedMeshRenderer is not supported in the conversion workflow, only MeshRenderer is supported.