How to Remove Vulkan Graphics ?

So i was trying to export a Simple Plane Detection AR app using AR Foundation but it showed the error that
" You have enabled the Vulkan graphics API, which is not supported by ARCore".

On YT they say to “remove(-)” the Vulkan Graphics option from the list but in the New Unity Version there is No Remove Option!!

Sharing the screenshots with you:

Player Setting : https://drive.google.com/file/d/1O_1d0VDF3dQ4pvlaXh05BzAqRwMRMuM5/view?usp=drivesdk

Error Window :
https://drive.google.com/file/d/1Ob95VCA61231OIe4ED6B05plqXfIlaX9/view?usp=drivesdk

You need to scroll up to the stack of Graphics APIs section in the Android tab.

2 Likes

Everything works, I have the latest version of unity, disable Vulkan for android by choosing the path:
Edit / ProjectSettings / player / autographicsApi - uncheck the box, select Graphics apis below
press * - *, choosing before this Vulkan

3 Likes

@davidmo_unity :hushed:

Thank you @alexeygordeev15 ! Very clear