Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
857566
Regression
Yes
ScriptableObject's serialized fields are not visible in the inspector, if saved with HideInHierachy hideFlags
Part 1:
Reproduction steps:
1. Open the attached project
2. Click on the "Foo" menu at the top toolbar
3. Click on Select
Expected: the "Foo.asset" is selected and it's serialized fields are shown in the inspector
Actual: the "Foo.asset" is selected, but the inspector is blank
Part 2:
In addition, Resources.LoadAll<T> does not find the saved asset. (this happens on all tested versions)
All of this is caused by HideFlags.HideInHierarchy;
Fully reproducible on 5.5.0f3
The first part is not reproducible on 5.4.3p3 and 5.6.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing
- The search icon in the "Searches" sections is blurry and inconsistent
- "RenderingCommandBuffer" error is thrown when switching to the tvOS platform
- Left side cog menu button is obstructed by the maximum Y value of the graph when editing a curve in the Particle System Curves
- "Property exceeds previous array size (64 vs 32)." warnings are thrown when switching from tvOS platform to a Standalone platform after restarting the Editor
Add comment