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
- Crash on RaiseException when AddGameElement handles a generic type
- Interpolation 2D results are inconsistent when position.z = position.x is called on Late Update
- Game View's scale slider bar gets set to 2.5x when entering Play Mode
- Crash/Memory leak in a WebGL build when executing a very large switch statement multiple times
- [Asset Bundles] The Active Build Platform is being used instead of the build target to determine material/shader compilation
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 !!!