Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
4.6.4p2
Issue ID
715712
Regression
No
[Materials] Material file content is non-deterministic in Editor - order of properties in a '.mat' file changes
Reproduction steps:
1) Load the UnstableBundles project
2) Immediately Exit Unity Editor (these two steps are important because it ensures that the Library folder is up to date)
3) Load the UnstableBundles project again
4) In the project tree, click on "MotionBlur1" (NB: this step is important)
5) In the project tree, click on "VignetteMaterial" and change 'ZVenus' value
6) From the File menu click Save Project
7) View Assets\Materials\VignetteMaterial.mat in a text editor and notice that '_CyanTex' appears before '_WhiteTex'
8) Close Unity Editor and reopen it with UnstableBundles again
9) In the project tree click on "VignetteMaterial 1" and change 'Carrot' value
10) In the project tree click on "VignetteMaterial" and change 'ZVenus' value
11) From the File menu click Save Project
12) View Assets\Materials\VignetteMaterial.mat in a text editor and notice that '_WhiteTex' appears before '_CyanTex'
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Add comment