High,
I’m using the VFX Graph in a couple of projects, and I’m trying to use the preprocessor directive for the version, but its not working. What am I doing wrong?
#if UNITY_2019_OR_NEWER
using UnityEngine.VFX;
#else
using UnityEngine.Experimental.VFX;
#endif