Search Issue Tracker
Active
Votes
0
Found in
6.4.2
Issue ID
UUM-135934
Regression
No
[Linux] “Cannot create Settings Providers”, “Parent directory must exist before asset” errors thrown in the Console when adding Android and Android XR Profiles in Build Profiles window
Steps to reproduce:
1. Create new Unity project
2. Open Build Profiles window
3. Add Android Platform via “Add Build Profile” button
4. Add Android XR Platform via “Add Build Profile” button
5. Observe the Console window
Actual results: “Cannot create Settings Providers”, “Parent directory must exist before asset” errors are thrown in the Console window
Expected results: No errors are thrown in the Console window
Reproducible with versions: 6000.3.10f1, 6000.4.0b11, 6000.5.0a8
Can’t test with versions: 6000.0.70f1 (Android XR Platform not available)
Tested on (OS): Ubuntu 24.04 (reproducing), macOS Silicon Tahoe 26.3 (M1) (Not reproducing)
Errors:
{code:java}
Parent directory must exist before creating asset at Assets/XR/Settings/XRSimulationSettings.asset.
UnityEditor.SettingsWindow:OnEnable ()
{code}
{code:java}
Cannot create Settings Providers for: CreateAllChildSettingsProviders
UnityEditor.SettingsWindow:OnEnable () (at /home/bokken/build/output/unity/unity/Editor/Mono/Settings/SettingsWindow.cs:182)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment