Unity-Technologies / 2d-extras

Fun 2D Stuff that we'd like to share!
Other
1.54k stars 342 forks source link

I have an error. #370

Closed Tigitaal closed 1 year ago

Tigitaal commented 1 year ago

Library\PackageCache\com.unity.2d.tilemap.extras@dcb0c4846c\Runtime\Tiles\AnimatedTile\AnimatedTile.cs(171,26): error CS1061: 'ReorderableList' does not contain a definition for 'IsSelected' and no accessible extension method 'IsSelected' accepting a first argument of type 'ReorderableList' could be found (are you missing a using directive or an assembly reference?)

ChuanXin-Unity commented 1 year ago

Hi, if you are using the 2020.3 Editor, please use the 2020.3 branch found at https://github.com/Unity-Technologies/2d-extras/tree/2020.3 instead of the master branch.

You can do this from the following steps: Window > Package Manager > Add package from git URL... > https://github.com/Unity-Technologies/2d-extras.git#2020.3

Hope that helps!