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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment