Azure / azure-spatial-anchors-samples

Azure Spatial Anchors sample code
Other
293 stars 138 forks source link

Console warning using the iOS ASA Package in Unity #405

Open SimonDarksideJ opened 1 year ago

SimonDarksideJ commented 1 year ago

Description

Replicated with the 2.14.1 release, on opening a solution using the iOS ASA package, the following warning always appears in the Unity console.

A meta data file (.meta) exists but its asset 'Packages/com.microsoft.azure.spatial-anchors-sdk.ios/Plugins/iOS/AzureSpatialAnchors.framework/_CodeSignature/CodeResources' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.

Couldn't delete Packages/com.microsoft.azure.spatial-anchors-sdk.ios/Plugins/iOS/AzureSpatialAnchors.framework/_CodeSignature/CodeResources.meta because it's in an immutable folder.

Steps to reproduce the issue

If the issue occurs in one of the ASA sample apps, please detail the steps required to reproduce it. Otherwise, provide details on how to reproduce it in your custom app.

  1. Add the 2.14.1 ASA packages to a project
  2. Open Unity
  3. See warning

Expected behavior

No warnings or errors on opening Unity with the ASA packages in use.