Is there an event (vfx graph specific or otherwise) that I can have an editor script listen for for when a VFX graph recompiles (like when you add a node or change a connection)?
I would like to have a script be able to respond to this…
Is there an event (vfx graph specific or otherwise) that I can have an editor script listen for for when a VFX graph recompiles (like when you add a node or change a connection)?
I would like to have a script be able to respond to this…
Hi, You should be able to use an AssetPostProcessor for this and test against .vfx extension
thanks its working great