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
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
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.