Search Unity

Question How to Remove Vulkan Graphics ?

Discussion in 'AR' started by madhvendrasinh, Sep 13, 2022.

  1. madhvendrasinh

    madhvendrasinh

    Joined:
    Jul 17, 2022
    Posts:
    3
    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
     
  2. davidmo_unity

    davidmo_unity

    Unity Technologies

    Joined:
    Jun 18, 2019
    Posts:
    99
    You need to scroll up to the stack of Graphics APIs section in the Android tab.
     
    LuisJorge73 and DevDunk like this.
  3. alexeygordeev15

    alexeygordeev15

    Joined:
    Jan 3, 2023
    Posts:
    1
    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
     
  4. KarlKarl2000

    KarlKarl2000

    Joined:
    Jan 25, 2016
    Posts:
    606
    @davidmo_unity :eek:
    Thank you @alexeygordeev15 ! Very clear