Search Issue Tracker
Not Reproducible
Votes
4
Found in
2018.1.0f2
Issue ID
1034716
Regression
Yes
Built-in icons assigned to a GameObject are set back to the default icon when restarting Unity
How to reproduce:
1. Add an empty GameObject to the scene
2. Change the Icon to a green label in the inspector
3. Close Unity
4. Open the project again
Expected result: The green label is visible in the Scene View
Actual result: The green label is not visible and is set to the default Icon in the Inspector
Reproducible with: 2018.1.0a5, 2018.1.0f2, 2018.2.0b3
Not reproducible with: 2017.1.3p4, 2017.2.3f1, 2017,4,3f1, 2018.1.0a4
Note: Having a script with a built-in Icon in the project fixes the problem
Comments (2)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
jwalden
Oct 17, 2018 19:30
Yep having this problem also.
allagance
Aug 01, 2018 03:38
Another workaround would be to switch scenes and the edited icon will return.