add tile key selection for addressables builds

This commit is contained in:
2026-01-23 16:07:24 +01:00
parent bd1e6f4f4d
commit 04ef2c68cc
16 changed files with 1383 additions and 185 deletions

View File

@@ -13,6 +13,7 @@ public class TileManifest
[Serializable]
public class TileEntry
{
public string tileKey;
public string tileId;
public float offsetX;
public float offsetZ;