Error: Value of name “Fire…” Not found
Open every OAVA-Flame/VFX/Flame… and close it to convert the VFX to your pipeline and Unity version. Generally older versions of Unity require you to do this.
Shader error in ‘Hidden/VFX/…’ redefinition of ‘PackHeightMap’
IF YOU USE VISUAL EFFECTS GRAPH 10.4.0+:
First make sure that you’ve followed all instructions in README/Quick-start correctly.
The Visual Effect Graph for Standard/Built-in Pipeline from version 10.4.0 onwards seems to be unsupported by Unity and doesn’t work at all (even a blank new VFX does not work). I suppose and hope this will be fixed in the upcoming version by Unity. Meanwhile here are instructions for downgrading to previous minor version:
1. Download Visual Effects Graph 10.2.0 from the package manager if you can find it there.
2. If you cannot downgrade from the package manager find this file in your project folder: Your_Project/Packages/manifest.json
3. Change Visual Effects Graph Version to 10.2.0
4. Close and Open your project, wait for the import.
5. Done!
IF YOU USE VISUAL EFFECTS GRAPH 7.6.0-7.7.1:
First make sure that you’ve followed all instructions in README/Quick-start correctly.
The Visual Effect Graph for Standard/Built-in Pipeline from versions 7.6.0-7.7.1 seems to be unsupported by Unity and doesn’t work at all (even a blank new VFX does not work). Here are instructions for downgrading to previous minor version:
1. Download Visual Effects Graph 7.3.1 from the package manager if you can find it there.
2. If you cannot downgrade from the package manager find this file in your project folder: Your_Project/Packages/manifest.json
3. Change Visual Effects Graph Version to 7.3.1
4. Delete the whole Ignis folder
5. Import Ignis again from the asset store
6. Follow the normal install procedure (Open the VFX graphs etc.)
7. Done!