Search Unity

Bug Unity 2021.3.2f1 URP 12.1.6 VFX graph 12.1.6 nothing renders on Android Quest 2 build

Discussion in 'Visual Effect Graph' started by YuriyPopov, Aug 3, 2022.

  1. YuriyPopov

    YuriyPopov

    Joined:
    Sep 5, 2017
    Posts:
    237
    I switched our target platform to Android, rendering API is OpenGlES3 since Vulkan is currently bugged and shows only a black screen on the Quest. All VFX graphs stoped rendering, both in the editor and in build. Am I missing something here or what ? Looking at other forum threads the vfx graph does run on the Quest2.

    @VladVNeykov I'm terrible sorry for the ping, but I'm in a bind here and need a answer on this.
     
    Last edited: Aug 3, 2022
  2. PaulDemeulenaere

    PaulDemeulenaere

    Unity Technologies

    Joined:
    Sep 29, 2016
    Posts:
    154
    Hello,

    This issue is a regression from 2021.3.7f1, hopefully, the fix is already in landing pattern, you can follow the resolution here (if you look at this only_renderer listing, you can notice gles is missing).
    The Oculus Quest is an Adreno device which is expected to work with VFX but, for your awareness, it isn't the case for most Mali GPU (more info here).

    Sorry for the inconvenience.
     
  3. YuriyPopov

    YuriyPopov

    Joined:
    Sep 5, 2017
    Posts:
    237
    Hey there thank you for responding, This is the actually the issue I submitted. For now we have reverted back to 2020.3
     
    PaulDemeulenaere likes this.
  4. Personuo

    Personuo

    Joined:
    Mar 19, 2014
    Posts:
    129
    Even with vulkan , is there still a problem with the Mali gpu?
     
  5. PaulDemeulenaere

    PaulDemeulenaere

    Unity Technologies

    Joined:
    Sep 29, 2016
    Posts:
    154
    Personuo likes this.