Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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:
    47
    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 .