Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a8
2019.1.0a14
2019.2.0a1
Issue ID
1124003
Regression
Yes
[Prefab] SkinnedMeshRenderer component's Mesh references are missing after upgrading the project
Steps to reproduce:
1. Download 1124003_repro.zip
2. Open project in 2018.3 (or any 2019.1.0a7 or less)
3. Check that "miningquarry_static" child objects with SkinnedMeshRenderer components have Mesh references intact
4. Open project in 2019.2
5. Check "miningquarry_static" child objects
Results: After upgrading the project, SkinnedMeshRenderer component Mesh references are missing.
This is due to the fbx meta file version being bumped to 24 in 2019.1.0a3. forcing it back to 23 before updating the project to 2019.1.0a8+ fixes it.
The bug only affects users that updated a project to any version between 2019.1.0a3 and 2019.1.0a8.
Reproduced with: 2019.2.0a5, 2019.1.0b3
Not reproducible with: 2019.1.0a7
Regression introduced in: 2019.1.0a8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
Add comment