How to disable Metal in Unity

Roberto

Unity has a setting to pick the Graphics API automatically.

For some reason my game has a much lower performance when using Metal; for now I'd like to not have Metal as an option but still be able to make it pick Open GL ES 2.0 or 3.0 automatically.

I'm using Unity 5.0.

N. Yoda

For Unity 5.0, lee's answer may be the answer. From Unity 5.1, you can specify preferable APIs and their priority in Player settings.

https://unity3d.com/unity/whats-new/unity-5.1 : Graphics: Added a way to specify graphics APIs explicitly in player settings (defaults to "automatic" for each platform). For example, you could specify you only want to support Metal+ES2 in iOS builds, or only DX11 (without DX9 fallback) on Windows builds etc. This replaces the "Use DX11" and "Target iOS/GLES Graphics" settings.

In the following example, ES3 will be picked prior to ES2 if available, and Metal will not be picked even if available. screenshot

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Unity - How To Disable Accelerometer?

From Dev

How to disable all Unity animations?

From Dev

How to create PBR metal material from scratch in Unity?

From Dev

How to disable super+space key in Unity?

From Dev

How to disable super+space key in Unity?

From Dev

How can I disable recent documents in Unity?

From Dev

How to disable Unity keyboard shortcut for Spread mode

From Dev

How do I disable the ALT hotkey in Unity?

From Dev

How to completely disable unity launcher in Ubuntu 16.04?

From Dev

Unity on 13.10: Ctrl + Alt resizes the window. How to disable this?

From Dev

Unity on 13.10: Ctrl + Alt resizes the window. How to disable this?

From Dev

How do I disable the Unity keyboard shortcut overlay?

From Dev

How to disable unity side panel after cairo-dock install?

From Dev

How do I disable "Lock screen" keyboard shortcut under Unity?

From Dev

Multiple models in Metal. How?

From Dev

How to synchronize between threadgroups in Metal

From Dev

Disable Unity Dash icon (BFB)

From Dev

Enable/Disable Wifi on Android in Unity

From Dev

How to disable android run-time location permission prompt in android Unity app

From Dev

How do I disable Unity Dash search features like wiki and other websites?

From Dev

unity3d - How to disable buttons on GUI.Box when another GUI.Box is on top?

From Dev

How do I disable unity webapps notifications from popping up everytime I visit a supported webpage?

From Dev

Unity 4.6+: How to disable/enable GUI panel with a UI button by script

From Dev

How can I quickly disable standby lid off in Ubuntu Unity 16.04?

From Dev

How to disable alt+click from moving windows in Unity 2D?

From Dev

How do you import Metal in Swift?

From Dev

iOS Metal: How to Capture GPU Frame properly?

From Dev

How to pass the system time to the Metal fragment function?

From Dev

Disable unity launcher on Alt + F2

Related Related

  1. 1

    Unity - How To Disable Accelerometer?

  2. 2

    How to disable all Unity animations?

  3. 3

    How to create PBR metal material from scratch in Unity?

  4. 4

    How to disable super+space key in Unity?

  5. 5

    How to disable super+space key in Unity?

  6. 6

    How can I disable recent documents in Unity?

  7. 7

    How to disable Unity keyboard shortcut for Spread mode

  8. 8

    How do I disable the ALT hotkey in Unity?

  9. 9

    How to completely disable unity launcher in Ubuntu 16.04?

  10. 10

    Unity on 13.10: Ctrl + Alt resizes the window. How to disable this?

  11. 11

    Unity on 13.10: Ctrl + Alt resizes the window. How to disable this?

  12. 12

    How do I disable the Unity keyboard shortcut overlay?

  13. 13

    How to disable unity side panel after cairo-dock install?

  14. 14

    How do I disable "Lock screen" keyboard shortcut under Unity?

  15. 15

    Multiple models in Metal. How?

  16. 16

    How to synchronize between threadgroups in Metal

  17. 17

    Disable Unity Dash icon (BFB)

  18. 18

    Enable/Disable Wifi on Android in Unity

  19. 19

    How to disable android run-time location permission prompt in android Unity app

  20. 20

    How do I disable Unity Dash search features like wiki and other websites?

  21. 21

    unity3d - How to disable buttons on GUI.Box when another GUI.Box is on top?

  22. 22

    How do I disable unity webapps notifications from popping up everytime I visit a supported webpage?

  23. 23

    Unity 4.6+: How to disable/enable GUI panel with a UI button by script

  24. 24

    How can I quickly disable standby lid off in Ubuntu Unity 16.04?

  25. 25

    How to disable alt+click from moving windows in Unity 2D?

  26. 26

    How do you import Metal in Swift?

  27. 27

    iOS Metal: How to Capture GPU Frame properly?

  28. 28

    How to pass the system time to the Metal fragment function?

  29. 29

    Disable unity launcher on Alt + F2

HotTag

Archive