I get a lot of:
Value of name ‘FireVFXMultiplier’ was not found
UnityEngine.VFX.VisualEffect:SetFloat (string,single)
Ignis.FlammableObject:SetupFireConstants (UnityEngine.VFX.VisualEffect) (at Assets/OAVA-Flame/Scripts/FlammableObject/FlammableObject.cs:1351)
Ignis.FlammableObject:UpdateVFX () (at Assets/OAVA-Flame/Scripts/FlammableObject/FlammableObject.cs:1217)
Ignis.FlammableObject:Update () (at Assets/OAVA-Flame/Scripts/FlammableObject/FlammableObject.cs:426)
message. How can I fix it?
Hello!
Unity dropped support for built-in RP in Visual effects graph after 2021.3.6 (this is mentioned in Ignis asset store page as well). Your options are to downgrade to a Unity version before that or upgrade you project from built-in pipeline to URP or HDRP. If you decide to downgrade Unity Editor version you need to follow this guide to make it work: https://support.arctibyte.com/docs/ignis/problems-fixes/faq/#Q_I_am_using_Visual_Effect_Graph_1040_with_StandardBuilt-in_pipeline_and_I_cannot_see_flame_VFX
I hope this helps!
All the best,
Thomas
Sorry now it is working. I just had to double click all the vfx files…