[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eResolveCloudAnchorResult\u003c/code\u003e provides the outcome of a cloud anchor resolution process, including the anchor and its status.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two primary properties: \u003ccode\u003eAnchor\u003c/code\u003e, representing the resolved \u003ccode\u003eARCloudAnchor\u003c/code\u003e, and \u003ccode\u003eCloudAnchorState\u003c/code\u003e, indicating the anchor's current state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAnchor\u003c/code\u003e property might be null if the cloud anchor resolution was unsuccessful.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can consult the Cloud Anchors developer guide for further details and implementation instructions.\u003c/p\u003e\n"]]],[],null,["# ResolveCloudAnchorResult Class Reference\n\nResolveCloudAnchorResult\n========================\n\nResult object from [ResolveCloudAnchorPromise](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ResolveCloudAnchorPromise#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ResolveCloudAnchorPromise) containing the resolved Cloud Anchor and Anchor state.\n\nSee the [Cloud Anchors developer guide](https://developers.google.com/ar/develop/unity-arf/cloud-anchors/developer-guide) for more information.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Anchor](#anchor) | [ARCloudAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARCloudAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARCloudAnchor) Gets the [ARCloudAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARCloudAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARCloudAnchor) associated with this result. |\n| [CloudAnchorState](#cloudanchorstate) | [CloudAnchorState](/ar/reference/unity-arf/namespace/Google/XR/ARCoreExtensions#cloudanchorstate) Gets the `CloudAnchorState` associated with this result. |\n\nProperties\n----------\n\n### Anchor\n\n```c#\nARCloudAnchor Anchor\n``` \nGets the [ARCloudAnchor](/ar/reference/unity-arf/class/Google/XR/ARCoreExtensions/ARCloudAnchor#classGoogle_1_1XR_1_1ARCoreExtensions_1_1ARCloudAnchor) associated with this result.\n\nMay be `null`. \n\n### CloudAnchorState\n\n```c#\nCloudAnchorState CloudAnchorState\n``` \nGets the `CloudAnchorState` associated with this result."]]