Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

VFXGraph 5.2.3 compile error

Discussion in 'Graphics Experimental Previews' started by Tulsisvt, Jan 21, 2019.

  1. Tulsisvt

    Tulsisvt

    Joined:
    May 5, 2015
    Posts:
    28
    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' "

    Anyone else having this issue?
     
  2. Zipe92

    Zipe92

    Joined:
    Mar 5, 2015
    Posts:
    27
    I have the same problem with 2019.1 beta, any solutions?
     
  3. Reticulatas

    Reticulatas

    Joined:
    Jul 31, 2012
    Posts:
    25
    Ditto here
     
  4. rz_0lento

    rz_0lento

    Joined:
    Oct 8, 2013
    Posts:
    2,361
    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.
     
    Tulsisvt likes this.
  5. rustinlee

    rustinlee

    Joined:
    May 31, 2014
    Posts:
    20
    This resolved the issue for me on 2019.1.0b1, thanks!
     
  6. Tulsisvt

    Tulsisvt

    Joined:
    May 5, 2015
    Posts:
    28
    yep, 5.3.1 seems to work fine for me!