Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.3.X
Votes
0
Found in
2017.3.0b4
Issue ID
958573
Regression
Yes
PreferenceItem attribute does not create a section in the Preferences window if a public static method is used
How to reproduce:
1. Open the attached "Test" project and "Scene"
2. Observe "PrefTest" script, note that two PrefrenceItem attributes are used with two static functions nearby them. [PreferenceItem("Preferences B")] static method has a public access modifier, while [PreferenceItem("Preferences A") static method does not have any access modifier (is private by default)
3. Go to Edit --> Preferences
Expected result: Sections are created for both [PreferenceItem("Preferences A")] and [PreferenceItem("Preferences B")
Actual result: Only one preference section is created only for [PreferenceItem("Preferences A")] that is private by default
Regression introduced in - 2017.3.0a5
Reproducible with - 2018.1.0a1, 2017.3.0b4, 2017.3.0a5
Not reproducible with - 2017.3.0a4, 2017.2.0f3,
Note: Preference section is created if using protected access modifier
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