Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2018.3.1f1
2019.1.0a1
2019.2.0a2
Issue ID
1120125
Regression
No
Errors are thrown when using AssetSettingsProvider default script from the Documentation page
To reproduce:
1. Open attached project ("AssetSettingsProviderErrors")
2. In the Menu bar, select Edit > Project settings
3. Inspect the Console
Expected: No errors are thrown
Actual: Errors are thrown
Reproduced with: 2018.3.5f1, 2019.1.0b3, 2019.2.0a5
Note:
- Was not able to reproduce in 2017.4 due version incompatibility
Errors:
- Cannot create Settings Provider for: CreateFromFilePath
UnityEditor.SettingsWindow:OpenProjectSettings()
- Cannot create Settings Provider for: CreateFromSettingsObject
UnityEditor.SettingsWindow:OpenProjectSettings()
- Cannot create Settings Provider for: CreateFromSettingsFromFunctor
UnityEditor.SettingsWindow:OpenProjectSettings()
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note (2019.2.X):
The project is badly setup. For it to work, you need an asset file in the path: Assets/Editor/MyCustomSettings.asset. The loading of the file fails and throws an exception.