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
- 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
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 !!!