Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b17
Issue ID
797661
Regression
Yes
[Sprites][Materials] New created sprite with default material after saving to prefab loses its material
Reproduction steps:
1) Create new project
2) Create a new sprite (GameObject > 2D Object > Sprite)
3) Notice that from 5.4 Unity version it has a material in inspector ( or in "Sprite Renderer" component "Material" property is Sprites/Default)
4) Create a prefab of this sprite
6) Add prefab into a scene
5) Notice that added prefab's Material is missing (in "Sprite Renderer" component "Material" property is None (Material))
Expected result:
Material stays on Sprite after converting it into prefab.
Actual result:
After converting Sprite into prefab Material property is "None: instead of "Sprites/Default".
Note:
This happens only with Default material.
Workaround:
Create new material and apply it on sprite before converting it into a prefab.
Regression from 5.4.0b13
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
Add comment