Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question AR Core & Unity 2021

Discussion in 'AR' started by dyzanunity54, Apr 17, 2023.

  1. dyzanunity54

    dyzanunity54

    Joined:
    Jul 2, 2021
    Posts:
    1
    I have issue when I import package Google AR Core. Please help me. Thanks a lot upload_2023-4-17_22-26-48.png upload_2023-4-17_22-26-48.png
     

    Attached Files:

  2. KyryloKuzyk

    KyryloKuzyk

    Joined:
    Nov 4, 2013
    Posts:
    1,128
    The 'Cloud Anchors' example is no longer available in version 1.36. But if you still would like to import it, you should add these dependencies to your manifest.json file:
    Code (CSharp):
    1. "com.unity.multiplayer-hlapi": "1.1.1",
    2. "com.unity.modules.physics2d": "1.0.0",
    3. "com.unity.modules.animation": "1.0.0"
    You can find the most recent version of samples in 'Package Manager/ARCore Extensions/Samples'.
     
    andyb-unity likes this.