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

2D SpriteShape (2.0.0 preview 5) not working in Unity 2019.1

Discussion in '2D Experimental Preview' started by PatientZero, Apr 29, 2019.

  1. PatientZero

    PatientZero

    Joined:
    Apr 8, 2015
    Posts:
    31
    EDIT:
    NEVERMIND....I'm an idiot.
    The exception wasnt part of the package but of an older version still hanging around in my project


    Hi,

    as the title says the 2D SpriteShape Pacakge seems to be broken in Unity 2019.1.0f2.
    I get the following exception:
    "
    Assets\Unity Technologies\2D SpriteShape\Extras\Scripts\SimpleDraw.cs(38,20): error CS1061: 'Spline' does not contain a definition for 'SetBevelCutoff' and no accessible extension method 'SetBevelCutoff' accepting a first argument of type 'Spline' could be found (are you missing a using directive or an assembly reference?)
    "

    upload_2019-4-29_10-3-43.png