Installing the package | Package Manager UI website
/Users/shinriyo/tiny/Library/PackageCache/com.unity.tiny@0.13.4-preview/Runtime/InternalBridge/GUIUtilityBridge.cs(8,45): error CS1644: Feature `expression bodied members' cannot be used because it is not part of the C# 4.0 language specification /Users/shinriyo/tiny/Library/PackageCache/com.unity.tiny@0.13.4-preview/Runtime/InternalBridge/TinyRuntimeBridge.cs(24,35): error CS1644: Feature `null propagating operator' cannot be used because it is not part of the C# 4.0 language specification
とかのエラーは。 これを4系にしないのが原因。
TinyRuntimeBridge.cs(22,78): error CS0426: The type name 'SyncTile' does not exist in the type 'Tilemap'
とかのエラーは。最初に3Dか2Dかのプロジェクト作成時に、2Dを選ばないとダメみたい。TileMapのが呼ばれないみたい。
確かに、2Dで入れた時はPackages/manifest.json
にTileMapっぽいの入ってる。
"com.unity.modules.tilemap": "1.0.0",
プロジェクト作成時に これ絶対