Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2021.2.0a14
Issue ID
1328920
Regression
Yes
[Android] Exception is thrown when opening Player Settings using Mac Editor
How to reproduce:
1. Use or create a new project
2. Switch to the android platform
3. Click Edit > Project Settings > Player > Android > Other Settings
Expected: no errors are thrown
Actual: error is thrown: "UnityException: GetBaseUnityDeveloperFolder can only be called from the main thread.
Constructors and field initializers will be executed from the loading thread when loading a scene.
Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function."
Tested and reproduced:
Version: 2021.2.0a14.1979
Revision: trunk 462ae11b66db
Built: Wed, 14 Apr 2021 20:17:34 GMT
Tested and didn't reproduce:
Version: 2021.2.0a13.1875
Revision: trunk 71a161db37e2
Built: Wed, 07 Apr 2021 13:59:57 GMT
Notes:
- Reproducible on Mac Editor
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGPU: CreateRenderPipeline errors with ShaderVariantCollection warmup
- [Android][iOS][Legacy Input] The Input stops working when streaming a video on WebGL
- Warning in the Profiler window is white and hard to see
- Switching a Type QueryBlock to prefabs fails
- Search Index Manager allows deleting Empty Index List when clicking on “-“ button, throwing “ArgumentOutOfRangeException” error in the Console window
Add comment