Search Issue Tracker
By Design
Votes
0
Found in
2020.2.7f1
2020.3
2021.1
2021.2
2022.1
Issue ID
1325191
Regression
No
[macOS] Built game crashes when Player is loaded with specific project
How to reproduce:
1. Open the provided project
2. Make a build
3. Open the built Player
Expected result: Player is loaded successfully
Actual result: Player crashes on load
Reproducible with: 2020.3.16f1, 2021.1.17f1, 2021.2.b6, 2022.1.0a5
Couldn't test with: 2019.4.29f1 (provided project breaks when downgrading)
Tested with:
- AMD Radeon Pro 580
- AMD Radeon Pro 5500M
- AMD Radeon HD 6970M (user's affected GPU)
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
- The Up, Down and other Buttons in a Style Sheet's Inspector unselect items when they are clicked while they are disabled
- Virtual Player remains active and still launches when removed from Additional Editor Instances from a custom Play Mode Scenario
- UI Toolkit Editor Window Creator becomes not interactable and greyed out when a long name is entered
- [Web][iOS] Web Player keeps restarting on launch when Native C/C++ Multithreading is enabled
- "Add Scene to Scenes in Build" pop-up reappears after Scene has already been added and another Multiplayer Editor Instance is loaded
Resolution Note:
The users device (2011 iMac) does not support Metal. The project has "Auto Graphics API for Mac" enabled. Starting in Unity 2020.2, Metal is the only API included when this setting is enabled, so the user will not be able to run a build built with this setting anymore. Prior to 2020.2, both Metal and OpenGL were included by default.
If you would like to continue to include OpenGL support in your build, follow these steps:
1. Go to the Player Settings ("Edit -> Project Settings -> Player")
2. Under "Other settings -> Rendering" uncheck "Auto Graphics API for Mac"
3. A "Graphics API for Mac" Menu appears. Add OpenGL (make sure "Metal" is still above OpenGL in the list, to ensure Metal is the default when available)