I just wanted to test the latest HDRP and VFXGraph features on Unity 2019.1.0a14 and installed the 5.2.3 version packages using package manager and now I’m getting the following compile error as soon as I install VFXgraph 5.2.3
" Library\PackageCache\com.unity.visualeffectgraph@5.2.3-preview\Editor\Expressions\VFXExpressionTransform.cs(64,47): error CS0117: ‘VFXExpressionOperation’ does not contain a definition for ‘InverseTRS’ "
They changed the api around a14 I think. 5.2.3 packages don’t work on latest beta 1 either. This is fixed on 5.3.1 packages already. If you can’t wait for it to show up in package manager, you can modify your manifest manually so that HDRP and Visual Effect Graph which now point to 5.2.3-preview will have 5.3.1-preview there instead. If you also have Core and Shader Graph listed, make sure change them as well from 5.2.3 to 5.3.1.