2d-extras icon indicating copy to clipboard operation
2d-extras copied to clipboard

No matter how I import, I get errors

Open bakalord opened this issue 6 years ago • 1 comments

Assets\Tilemap\Tiles\Rule Tile\Scripts\RuleTile.cs(17,59): error CS0029: Cannot implicitly convert type 'System.Type' to 'Type'

Assets\Tilemap\Tiles\Hexagonal Rule Tile\HexagonalRuleTile.cs(9,67): error CS0029: Cannot implicitly convert type 'System.Type' to 'Type'

Assets\Tilemap\Tiles\Rule Tile\Scripts\RuleTile.cs(9,67): error CS0029: Cannot implicitly convert type 'System.Type' to 'Type'

Assets\Tilemap\Tiles\Isometric Rule Tile\IsometricRuleTile.cs(7,67): error CS0029: Cannot implicitly convert type 'System.Type' to 'Type'

Those are the errors I get. My version is 2019.1.4

bakalord avatar Jun 03 '19 16:06 bakalord

Hi, I do not get these extras when using the current master with 2019.1.4. If you could file a bug with the Unity Bug Reporter with this project, that would be helpful, thanks!

ChuanXin-Unity avatar Jun 10 '19 07:06 ChuanXin-Unity