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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.