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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Bug [SOLVED] All Visual Effects Graphs are empty after Unity update

Discussion in 'Visual Effect Graph' started by L_tD, Jan 26, 2023.

  1. L_tD

    L_tD

    Joined:
    Mar 8, 2017
    Posts:
    35
    Hi,

    I'm using a lot of visual effects in my project and after I updated my project from 2022.2.1f1 to 2022.2.3f1 I recognized that all my Visual Effects Graphs are not working anymore.

    Thei are all empty if I open them.
    upload_2023-1-26_8-41-59.png

    But if I open the file in notepad, I see the effect description.
    upload_2023-1-26_8-42-59.png

    If I now do:

    upload_2023-1-26_8-43-34.png

    All files are emtied and I have to revert the content to get it back.

    Is there any known issue regarding my Problem? VFX Graph is at version 14.0.5

    upload_2023-1-26_8-44-56.png

    Any idea how I can rescue my effects, it would be a problem if they are are gone and I fear this will lead to remove the vfx graph from my project. What would be very sad, because I love it and until now it worked without any serious problem.

    Best
    L_tD
     

    Attached Files:

  2. L_tD

    L_tD

    Joined:
    Mar 8, 2017
    Posts:
    35
    Hi,

    I tried several things, but nothing worked:
    - deinstalled unity and installed it again
    - deinstalled vfx package and installed it again
    - removed all .meta files from the visual effect prag files

    So the only thing left was to check out the project completely new and now it works.
    Seems to be that there was something missconfigured after updating unity, but now it works again.

    To theoretically solved :)
     
  3. JonatanKrogh

    JonatanKrogh

    Joined:
    Aug 17, 2020
    Posts:
    10
    Having the same problem. What do you mean exactly with "check out the project completely"? Still didn't manage to get any of my effects back!
     
  4. L_tD

    L_tD

    Joined:
    Mar 8, 2017
    Posts:
    35
    Hi, I meant I cloned my git repository at an other location on my local drive and added this project to the unity hub. After it it worked for me again.

    I hope it will help you.

    Best