Search Issue Tracker
Fixed in 4.1.0
Votes
1
Found in [Package]
2.0.0
Issue ID
1058390
Regression
No
[HDRP][Metal] Build succeeds even though Mac OS 10.12.5 isn't supported
Unity version: 2018.2.0f2
When using HDRP on Mac OS X 10.12.5, the user is able to create a build, even though the error message says `Platform Mac OS X 10.12.5 with device Metal is not supported, no rendering will occur`.
Expected result:
The build should fail
Actual result:
The build succeeds with no rendering, so the player is completely black.
Steps to repro:
1) On a Mac 10.12 machine, create or load a HDRP project (I used Book Of The Dead)
2) Observe errors in the console
3) Set off a build
4) Observe that the build succeeds, despite the errors
5) The built player has no rendering, and is completely black
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
- [Vulkan] Release memory after deleting image
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Crash on internalABP::BoxManager::prepareData when entering Play Mode
- Crash at "UnityEngine.Object:FindObjectsOfType" when quitting the Player
FlightyFelon
Nov 21, 2019 14:54
If you go into the Project Settings, Graphics, & turn off the automatic Mac API then you are given a list of two rendering... things?
Metal
OpenGL
If you remove openGL and build it will work!
Just make sure to re-add openGL if you want to continue working on the game on a PC. Otherwise the rendering gets screwy. I just do this every time I need to make a MAC build. Hopefully it works for you!
Rinku2429
Oct 16, 2018 04:42
Same happened to me for the "Book Of The Dead" Project. Can't Find any solution !!!