簡體   English   中英

Azure空間錨點(unity3d) - 我將空間錨點保存到雲端,但在2或3小時后無法找到它

[英]Azure spatial anchor(unity3d) - I am saving spatial anchor to cloud, but unable to locate it after 2 or 3 hours

Unity3d - Azure空間錨點 - 我使用unity的azure空間錨點示例項目來共享錨點。 我已將錨點放在某個位置並保存到雲端。 但幾個小時后我無法找到錨。

嗨此代碼示例正在刪除數據庫。 請通過修復https://github.com/Azure/azure-spatial-anchors-samples/pull/9/files查看Pull Request

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

       this.initialized.Set();
    }

編輯:我看到拉取請求已合並,因此相關的代碼示例應該可以正常工作。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM