0

Unity3d - Azure 空间锚点 - 我正在使用统一的天蓝色空间锚点示例项目来共享锚点。我已将锚点放置在某个位置并保存到云端。但几个小时后,我无法找到锚。

4

1 回答 1

0

您好,此代码示例正在删除数据库。请参阅带有修复程序的请求请求https://github.com/Azure/azure-spatial-anchors-samples/pull/9/files

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

       this.initialized.Set();
    }

编辑:我看到拉取请求已被合并,因此有问题的代码示例应该可以工作。

于 2019-03-27T23:57:05.737 回答