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
- 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:
Using Assembly Definitions or Unity 2019.1 resolves the issue