Skip to content

Unity VTS demo does not load #37

Description

@Lonoress

About a week or two ago unity VTS demo stopped working.

`
2024-02-09 23:28:05 I4 [11696(0)]: Initialized VTS logging in Unity {log.cpp:vts::log():94}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Util:Log (vts.LogLevel,string) (at Assets/Vts/Scripts/Browser/Utilities.cs:60)
VtsLog:.cctor () (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:56)
VtsMap:Awake () (at Assets/Vts/Scripts/VtsMap.cs:36)

2024-02-09 23:28:05 I3 [11696(0)]: Creating map {mapApiCpp.cpp:vts::Map::Map():138}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:.ctor (string) (at Assets/Vts/Scripts/Browser/Map.cs:48)
VtsMap:Awake () (at Assets/Vts/Scripts/VtsMap.cs:43)

2024-02-09 23:28:05 I3 [11696(0)]: Changing mapconfig path to https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json, without authentication {map.cpp:vts::MapImpl::setMapconfigPath():172}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:SetMapconfigPath (string,string) (at Assets/Vts/Scripts/Browser/Map.cs:74)
VtsMap:Start () (at Assets/Vts/Scripts/VtsMap.cs:53)

2024-02-09 23:28:06 W2 [11696(chttp:1)]: Unknown socket 30268 in handle callback. {client.cpp:http::detail::CurlClient::handle_cb():831}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)

2024-02-09 23:28:09 E2 [11696(chttp:1)]: Error downloading https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json, http code 404 {resources.cpp:vts::FetchTaskImpl::fetchDone():110}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)

2024-02-09 23:28:09 W2 [11696(0)]: Resource https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json may retry in 4 seconds {resources.cpp:vts::Resources::checkInitialized():571}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:13 E2 [11696(chttp:1)]: Error downloading https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json, http code 404 {resources.cpp:vts::FetchTaskImpl::fetchDone():110}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)

2024-02-09 23:28:13 W2 [11696(0)]: Resource https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json may retry in 8 seconds {resources.cpp:vts::Resources::checkInitialized():571}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:21 E2 [11696(chttp:1)]: Error downloading https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json, http code 404 {resources.cpp:vts::FetchTaskImpl::fetchDone():110}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)

2024-02-09 23:28:21 W2 [11696(0)]: Resource https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json may retry in 16 seconds {resources.cpp:vts::Resources::checkInitialized():571}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:37 E2 [11696(chttp:1)]: Error downloading https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json, http code 404 {resources.cpp:vts::FetchTaskImpl::fetchDone():110}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)

2024-02-09 23:28:37 E3 [11696(0)]: All retries for resource https://cdn.melown.com/vts/melown2015/unity/world/mapConfig.json has failed {resources.cpp:vts::Resources::checkInitialized():562}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:37 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

VtsException: Mapconfig failure. @{map.cpp:vts::testAndThrow():306}
vts.Util.CheckInterop () (at Assets/Vts/Scripts/Browser/Utilities.cs:87)
vts.Map.RenderUpdate (System.Double elapsedTime) (at Assets/Vts/Scripts/Browser/Map.cs:150)
VtsMap.Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:38 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:39 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:40 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:41 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:42 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:43 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:44 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:45 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:46 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:47 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:48 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:49 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:50 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:51 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:52 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:53 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:54 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:55 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:56 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:57 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:58 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:28:59 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:00 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:01 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:02 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:03 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:04 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:05 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:06 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:07 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:08 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:09 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:10 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:11 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:12 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:13 E4 [11696(0)]: Mapconfig failure. {map.cpp:vts::testAndThrow():306}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:RenderUpdate (double) (at Assets/Vts/Scripts/Browser/Map.cs:149)
VtsMap:Update () (at Assets/Vts/Scripts/VtsMap.cs:73)

2024-02-09 23:29:13 I3 [11696(0)]: Destroying map {mapApiCpp.cpp:vts::Map::~Map():144}

UnityEngine.Debug:Log (object)
VtsLog:LogCallback (string) (at Assets/Vts/Scripts/BrowserUtil/VtsLog.cs:46)
vts.Map:Dispose (bool) (at Assets/Vts/Scripts/Browser/Map.cs:216)
vts.Map:Dispose () (at Assets/Vts/Scripts/Browser/Map.cs:200)
VtsMap:OnDestroy () (at Assets/Vts/Scripts/VtsMap.cs:64)
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions