âĄVisual Effect Graph (VFX)
Use Timeflow to animate exposed visual effect properties
Last updated
Use Timeflow to animate exposed visual effect properties
Last updated
To use Visual Effect Graph, locate and install the package in the Package Manager (listed under Unity Registry). Then import the included VFXExample package for a basic demo.
(Added in Timeflow v1.0.2)
Timeflow has the ability to animate exposed properties in a VFX graph. In the Visual Effect Graph view, properties are added to the Blackboard. Any supported types with the 'Exposed' checkbox enabled are listed in the Timeflow context menus.
Add the object containing the Visual Effect component to the Timeflow view, and then right click to Add Animation > Channel > Visual Effect. This lists each of the exposed properties.
Note that not all property types in Visual Effects Graph are supported by Timeflow, in which case they will not be displayed in the context menu. However most numeric types are supported,and in the case of complex types multiple sub-properties may be listed.
Once channels have been mapped to Visual Effect properties, they may be animated the same as any other channel, including the use of other behaviors such as Tween.
Please refer to the Unity documentation for further information on using Visual Effect Graph.
https://docs.unity3d.com/Packages/com.unity.visualeffectgraph@12.0/manual/index.html