Azure空间锚(unity3d)-我将空间锚保存到云中,但是在2或3小时后无法找到它

时间:2019-03-25 10:32:06

标签: azure unity3d azure-spatial-anchors

Unity3d-Azure空间锚点-我使用unity的天蓝色空间锚点样本项目共享锚点。我已将锚放置在某个位置并保存到云中。但是几个小时后,我无法找到锚点。

1 个答案:

答案 0 :(得分:0)

您好,此代码示例正在删除数据库。请参阅带有修复Firebase docs的提取请求

    if (!this.initializing.Wait(0))                 
    {                   
       this.initializing.Set();                     
       await this.dbCache.DeleteIfExistsAsync();\\ here the database gets deleted
       await this.dbCache.CreateAsync(); 

       this.initialized.Set();
    }

编辑:我看到合并请求请求,因此相关代码示例应该可以工作。