Search Issue Tracker
Fixed
Fixed in 5.6.X, 2017.1.X, 2017.2.X
Votes
1
Found in
5.5.1f1
Issue ID
883901
Regression
No
Mesh compression stores incorrect custom data in uv channels when using UnityEditor.ModelImporterMeshCompression.Low
UnityEditor.ModelImporterMeshCompression.Low stores incorrect uv data. Using Medium or High, stored data is correct.
To reproduce:
1.Open attached project
2.Open "Main.unity" scene
3.Select cube in the hierarchy window
4.In the inspector right click on "Mesh Compression Test (Script)"
5.Select "Store World Pos in uv4"
6.Right click on it again
7.Select "Set Compression Low"
8.Save the scene
9.Reload the scene
10.Select the cube from the hierarchy
11.Right click on "Mesh Compression Test(Script)"
12.Select "Log uv4 data"
13.Observe in console as the Transform Position values are different than in the inspector.
Expected result: stored values are the same as in the inspector
Actual result: stored values are different from the inspector
Reproduced on: 5.5.1f1 5.6.0b9
Unable to check for regression because no backward compatibility.
Win 10 Pro.
Screen recording attached.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment