Unity-Technologies / 2d-extras

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

AnimatedTile.cs and RuleTile.cs include nonexistent IsSelected function #333

Closed oinkymoo closed 2 years ago

oinkymoo commented 2 years ago

Library/PackageCache/com.unity.2d.tilemap.extras@c439cdf999/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?)

oinkymoo commented 2 years ago

looked at other issues and this is already solved actually nvm