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
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
- Project tab navigates to the previous folder when undoing (CTRL+Z) GameObject placement in the Scene
- Blue lines appear on the sides of the "Fit Canvas" or "Fit viewport" button when it's clicked in the UI Builder.
- PlayableDirector's state remains set to Playing even when the timeline's time property exceeds its duration.
Add comment