Search Issue Tracker
By Design
Votes
0
Found in
2017.4
2019.3.0f6
2020.1
Issue ID
1215982
Regression
No
'PlayerSettings' cannot be found when building on Mobile
Steps to reproduce:
1. Open User-supplied project
2. Build on Android/iOS
Expected: the build succeeds
Actual: the build fails due to PlayerSettings not existing in the current context
Reproduced in: 2017.4.36f1, 2018.4.17f1, 2019.2.21f1, 2019.3.0f6, 2020.1.0a22
Note: on Windows project builds
error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing an assembly reference?
Build fails while building on iOS and Android
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is by design - the PlayerSettings class belongs to UnityEditor namespace, it shouldn't be included in builds.