Learn to Create and Manage Spatial Anchors | Meta SDK

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 21

  • @rinwong5153
    @rinwong5153 หลายเดือนก่อน

    Hello, this video is excellent. I would like you to create more videos about Spatial Anchors, such as how to create multiple different Spatial Anchors at the same time and how to save them, ensuring that they can be seen again after restarting. Thank you!

  • @David_Fernandez
    @David_Fernandez 5 วันที่ผ่านมา +1

    Great tutorial, but it would be so helpful to know how to spawn different prefabs attached to different anchors, like:
    Prefab A -> Anchor 1
    Prefab B -> Anchor 2
    Prefab C -> Anchor 3
    Etc.
    Anyone know how to implement such functionality?
    Thanks in advance!

  • @ruyanchen7997
    @ruyanchen7997 3 หลายเดือนก่อน

    thank you for the video! it really helps a lot!

  • @iversenarroyo7220
    @iversenarroyo7220 5 หลายเดือนก่อน

    Thanks for the video, it's really useful and I'm looking forward to the next one.

  • @IPete2
    @IPete2 2 หลายเดือนก่อน

    as always a great video, more please ;)

  • @hamzzashaffi
    @hamzzashaffi 5 หลายเดือนก่อน

    Nice as always! :)

  • @ruyanchen7997
    @ruyanchen7997 3 หลายเดือนก่อน +1

    may i know how to use different anchors to spawn different objects?

  • @realityranger-s
    @realityranger-s 5 หลายเดือนก่อน

    I hope this works good on quest 2 , As always nice video we definitely need a video to customize according to our ideas.

  • @abhikhubby
    @abhikhubby 5 หลายเดือนก่อน +1

    Would def appreciate a bit more depth on real life use cases for these spatial anchors!

    • @immersiveinsiders
      @immersiveinsiders  5 หลายเดือนก่อน +1

      Here are some of the real life use cases:
      1. Design Visualization: Architects can place spatial anchors on a construction site to visualize and walk through 3D models of buildings.
      2. Interactive Learning: In educational settings, spatial anchors can be used to place 3D models and historical recreations in classrooms, making learning more interactive and engaging.
      3. Property Tours: Real estate agents can use spatial anchors to create virtual tours of properties

  • @brooksw453
    @brooksw453 4 หลายเดือนก่อน

    Great video. I would definitely like to see how you modified the controller script

  • @kevinventura5873
    @kevinventura5873 5 หลายเดือนก่อน

    Nice vídeo!! But what if I want to move the Anchor after placing it? It will keep the spawn location ir the last location?

    • @immersiveinsiders
      @immersiveinsiders  5 หลายเดือนก่อน

      Ideally you find the spatial using raycast or collision detection, once you have the anchor you can move it and save it once again. Once you save it, it will not spawn in the previous location.

  • @zesori
    @zesori 5 หลายเดือนก่อน

    Do you know if this is only possible with Meta Quest Link or if SteamVR or something else could also support this from the Quest 3 wireless to PC?

    • @immersiveinsiders
      @immersiveinsiders  5 หลายเดือนก่อน +1

      Yes, this is possible with Link and air link.

    • @zesori
      @zesori 5 หลายเดือนก่อน

      @@immersiveinsiders Thank you

  • @nashad6142
    @nashad6142 3 หลายเดือนก่อน

    Pls make a video about it

  • @bernardocastello2342
    @bernardocastello2342 4 หลายเดือนก่อน

    Is there any way to put more than one different anchor? Like one a video player and another an object

    • @immersiveinsiders
      @immersiveinsiders  4 หลายเดือนก่อน +1

      Yes, anchors are just placeholders. You can have a script in place to have different anchors to spawn different object. I kind of did something similar as you can see at the end of the video.

    • @bernardocastello2342
      @bernardocastello2342 3 หลายเดือนก่อน

      @@immersiveinsiders Thanks! I was able to spawn different anchors by changing the controller script, but I got some errors when loading them. When loading them, instead of spawning different anchors, only one type spawns. I would definitely like to see how you modified the controller script