Skip to content

Commit

Permalink
Fix TableAnchor prefab presets
Browse files Browse the repository at this point in the history
  • Loading branch information
bphillips09 committed Jul 16, 2021
1 parent 057d999 commit aadec0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ private void CloudManager_AnchorLocated(object sender, AnchorLocatedEventArgs ar
{
Debug.Log("Local anchor position successfully set to Azure anchor position");

gameObject.GetComponent<UnityEngine.XR.WSA.WorldAnchor>().SetNativeSpatialAnchorPtr(currentCloudAnchor.LocalAnchor);
//gameObject.GetComponent<UnityEngine.XR.WSA.WorldAnchor>().SetNativeSpatialAnchorPtr(currentCloudAnchor.LocalAnchor);
}

#elif UNITY_ANDROID || UNITY_IOS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ MonoBehaviour:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6931196017462994529}
m_Enabled: 0
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2ef4e40d29b7a564f86f3d2f0abca194, type: 3}
m_Name:
m_EditorClassIdentifier:
authenticationMode: 0
spatialAnchorsAccountId:
spatialAnchorsAccountKey:
spatialAnchorsAccountDomain:
clientId:
tenantId:
logLevel: 5
Expand All @@ -75,7 +76,7 @@ MonoBehaviour:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6931196017462994529}
m_Enabled: 0
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dcbd141a0cfae6a4e813b9fd7b3b748c, type: 3}
m_Name:
Expand All @@ -89,7 +90,7 @@ MonoBehaviour:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6931196017462994529}
m_Enabled: 0
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8ffefba4979f182469406b2cbaeb721b, type: 3}
m_Name:
Expand All @@ -108,6 +109,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_AttemptUpdate: 1
m_MatchFrameRate: 1
m_TrackingMode: 2
--- !u!114 &1592563772542313561
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down

0 comments on commit aadec0d

Please sign in to comment.