Search Unity

What are the tools for scanning objects? (.arobject)

Discussion in 'AR' started by underkitten, Jan 28, 2020.

  1. underkitten

    underkitten

    Joined:
    Nov 1, 2018
    Posts:
    30
    Vuforia is too expensive for me.
    Tried Apple tool a couple of times but seems like it depends on light a lot. After taking a scan and moving the object into a different room, the app does not find the object anymore or misplace it.
    Are there any other tools that can help me with this?
     
  2. kr_vs

    kr_vs

    Joined:
    Mar 14, 2015
    Posts:
    6
    How did you import ar object in unity project?
     
  3. underkitten

    underkitten

    Joined:
    Nov 1, 2018
    Posts:
    30
    asa989 likes this.
  4. samuelmorais

    samuelmorais

    Joined:
    Aug 3, 2012
    Posts:
    62
    There is an UnityARKitPlugin example that scans .arobjects too and still works with AR Foundation.

    Reference:
    https://blogs.unity3d.com/pt/2018/06/14/whats-new-in-unity-arkit-plugin-for-arkit-2/

    Search for Examples/ARKit2.0/UnityARObjectScanner/UnityARObjectScanner.unity in the page.

    I know that this plugin is deprecated, but at least it still works.
     
    underkitten likes this.