Unity-Technologies / SpaceshipDemo

Spaceship Demo - AAA Playable First person demo showcasing effects made with Visual Effect Graph and rendered with High Definition Render Pipeline
Other
1.05k stars 276 forks source link

vfx compiling always be repeated when update version to 2020.3.15 #14

Open MaZhengKe opened 2 years ago

MaZhengKe commented 2 years ago

When I open the project with the new version(2020.3.15),and when opening a Subgraph vfx file(HUD_Initialize.vfx), the compilation will always be repeated,until i close the VEG tab. But, when i remove the Subgraph link in HUD.vfx, HUD_Initialize.vfx can be opened normally。 Snipaste_2021-08-26_19-37-56 Snipaste_2021-08-26_19-38-25

prrrszalony commented 2 years ago

I have similar problem. Constant compiling when I open any vfx file. Whole project is unusable for me right now.

peeweek commented 2 years ago

After some investigation, It seems that the problem comes when you update to a newer HDRP/VFX version (probably when you open with a newer 2020.3 version) As a workaround, you can try deleting your library, then reimport the project.

With the upcoming next version (2020.3.0), this issue should be fixed.