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
Comments (2)
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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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 !!!