Search Issue Tracker
By Design
Votes
0
Found in
2017.4.29f1
2019.3
Issue ID
1176822
Regression
No
The texture of the material is being saved even when it is changed to another one
To reproduce:
1. Open attached project
2. Create new material
3. Set the shader to Particles/Standard Surface
4. Set Metallic texture
5. Save the project and check the material in a text editor
6. Notice that texture ID is created
7. Go back to the editor and Set the shader to Particles/Anim Alpha Blended
8. Set Particle Texture with another texture
9. Save the project
9. Check the text editor again
Actual result: Material saves the previous texture
Expected result: Material should not save the previous texture as just keep the last one updated
Reproduced on: 2017.4.0f1; 2019.3.0a12
Note: Image attached
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
The editor remembers properties by design so you can switch back and forth without losing work. The unused properties are stripped out in the build process so they do not impact the final build results.