Search Unity

Question Why does VFX graph not work with lighting in 2D URP?

Discussion in 'Graphics Dev Blitz Day 2023 - Q&A' started by Auric85, May 25, 2023.

  1. Auric85

    Auric85

    Joined:
    Jun 29, 2022
    Posts:
    1
    I always felt like VFX graph was lacking in 2D URP since I couldn't even make it be lit, instead I had to make it unlit particle quad. It also was causing issues with flipbook animations since they were simply not working. Is it a known issue that's being worked on?
     
  2. Marie_G

    Marie_G

    Unity Technologies

    Joined:
    Mar 9, 2021
    Posts:
    76
    Hello, for the URP 2D LIT: this is possible to achieve using a lit shader graph binded to you VFX Graph output. Make sure to check the "support VFX Graph" option in graph settings.

    For the flipbook animations can you share a screenshot of your graph and specify the unity version you are working on? I will check if it is a known bug and if there is a solution .