Search Issue Tracker
By Design
Votes
0
Found in
2022.2.0a4
2022.2.0a13
Issue ID
1429479
Regression
Yes
"OpenGL is not supported on Apple Silicon chips" warning thrown when selecting OpenGLCore API on macOS with Intel processor
Reproduction steps:
1. Create a new Unity project
2. Go to Edit > Project Settings > Player
3. In Player settings open "Other Settings"
4. In "Other settings" find "AutoGraphics API for Mac" and uncheck the checkbox
5. Press the "+" button in the "Graphics APIs for Mac" to open the submenu
6. Select the "OpenGLCore" Graphics API from the submenu
7. Press and drag & drop the newly added Graphics API to the top of the reorderable list
8. Observe the appeared warning message
Actual: The warning is thrown "OpenGL is not supported on Apple Silicon chips. Metal will be used on devices with Apple Silicon chips instead." in the settings
Expected: No warnings are thrown in the Player settings
Reproducible with: 2022.2.0a4, 2022.2.0a15
Not reproducible with: 2019.4.39f1, 2020.3.35f1, 2021.3.3f1, 2022.1.2f1, 2022.2.0a3
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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Resolution Note:
OpenGL is no longer supported on Apple Silicon chips and the option for OpenGL in Player Settings only works for Intel chips, but it is still possible to build Intel build from Apple M1 computer and vice versa, therefor the warning is relevant.