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

@@ -6,6 +6,7 @@ using UnityEngine;
/// </summary>
public class GeoTileMetadata : MonoBehaviour
{
public string tileKey;
public string tileId;
public double xmin;
public double ymin;