Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0f2
Issue ID
1096938
Regression
No
Adding a Custom Package with a Scriptable Object which has a custom icon, makes the instances have a default icon
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. "Assets" -> "Create" -> "Scriptable Object"
3. Notice a New Scriptable Object is created with a blue circle for its icon
4. Create a New Project and close it
5. Copy "MinimalRepro\Packages\test" to the New Projects Package folder
6. Open the New Project
7. "Assets" -> "Create" -> "Scriptable Object"
Expected Result: The new Scriptable Object has the same blue circle for an icon as in the first project
Actual Result: The new Scriptable Object has the default icon
Reproduced with: 2018.3.1f1
Did not reproduce on: 2019.1.0a13, 2019.1.0a1, 2018.3.0b1, 2018.3.0a1, 2017.4.18f1 (Package folder wasn't implemented yet)
Note:
Doesn't reproduce if using an Assembly Definition to reference the Package
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
Resolution Note:
Using Assembly Definitions or Unity 2019.1 resolves the issue