{
  "_comment": "Copy to unity-import.json and fill in. Every key is documented in import_config.py; the values here are placeholders.",
  "unityRoot": "~/path/to/UnityProject",
  "scene": "Assets/Scenes/Main.unity",
  "levelName": "Main",
  "planeZ": -1.0,
  "planeHalf": 0.8,
  "arenaLimit": 80.0,
  "glb": "build/glb/level.glb",
  "assetName": "level-arena",
  "outputTs": "src/work/ArenaData.ts",
  "prefabs": [],
  "badTags": [],
  "markerScripts": [
    "Spawner.cs",
    "SpawnPoint.cs",
    "PowerupSpawnPoint.cs"
  ],
  "markerPrefabs": [
    "Base.prefab",
    "Spawner.prefab",
    "SpawnPoint.prefab",
    "PowerupSpawnPoint.prefab"
  ],
  "wallFamilies": [],
  "axisOverride": ""
}