Animate Content to Pop Up when Arriving in Unity AR App

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

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

  • @ammarologyy9756
    @ammarologyy9756 5 วันที่ผ่านมา

    your voice is so calming

  • @Xnator
    @Xnator ปีที่แล้ว +1

    This was perfect! Works on Mac as well! Visual Code is also available on macOS and even works the same as in Windows (still rare with these kind of applications). Thanks for this ProfMoto!

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว

      I originally started doing this on a mac and have now migrated to PC. I've been very happy with the uniformity between mac/PC from Unity, even if that sometimes means that the problems are uniform!

  • @WORXSTUDIOUS
    @WORXSTUDIOUS 11 หลายเดือนก่อน +2

    Pretty cool video, very informative man. I'm currently working on a model of a butterfly, how would I go about adding interaction so that if someone touches the butterfly at a specific area, the wings start flapping ?

    • @iamprofmoto
      @iamprofmoto  11 หลายเดือนก่อน +1

      That's a great request. I'm just getting back from winter break and since your comment has been sitting for over a week I'm going to direct you to someone that has done a video that might answer your question, CubicBrain:
      th-cam.com/video/hi_KDpC1nzk/w-d-xo.html
      I'll probably come back and make my own video for you with a different approach that CubicBrain, but I don't want you to have to wait for my version!

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

      @@iamprofmoto Thank you, I'll check it out

  • @bylera71
    @bylera71 ปีที่แล้ว +1

    This gives me a good starting point. Thanks! Very helpful.

  • @HearmanStudio
    @HearmanStudio ปีที่แล้ว +2

    MANN U SHOULD MAKE MORE TUTORIALL AR VUFORIA!!,
    BIG HUG FROM INDONESIA!!

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว

      New tutorials coming soon! I'll make sure some of them are AR focused!

  • @frankmaldonado6600
    @frankmaldonado6600 ปีที่แล้ว

    This worked perfectly for me! Thank you so much for taking the time to teach us. YOU ARE THE MAN 🤙

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว

      Great to hear! Let me know if you have any tutorial requests, I make most of my content based on questions I get from my students!

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

    Proud nr 600 Sub 👏
    Thanks for the assistance!

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

      Thanks for being #600! See you in Apex? Happy to have assisted, good luck with your projects!

  • @fasyaplay5763
    @fasyaplay5763 11 หลายเดือนก่อน +1

    can you share the assets? the loading material and more

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

      @fasyaplay5763 most of the assets are directly from Vuforia Core Samples, available on the Unity Asset Store for free here: assetstore.unity.com/packages/templates/packs/vuforia-core-samples-99026
      I'll package up the loading material and anything else that isn't part of the Vuforia Core Samples and post it up for you and everyone else in the next few days.

  • @michaelblevins730
    @michaelblevins730 ปีที่แล้ว

    Awesome vid, im making business cards and this helped a lot

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว +1

      Glad it helped! We made an augmented reality experience for a nightclub a few years back. The client would throw his card on the table, pull out his phone and load up the application to show promoters a three dimensional model of the club interior. Good luck with the cards and good thinking!

    • @michaelblevins730
      @michaelblevins730 ปีที่แล้ว +1

      Thanks! Got a good grade and have something else i can put in my projects!
      @@iamprofmoto

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

    Amazing tutorial, thank you so much. Would it be possible to make this app accessible to a browser like with WebGL for instance?

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

      Theoretically, you can publish Unity projects to WebGL/HTML5, but you will loose the ability to connect to the camera. I believe there are some third party plugins that support the camera in the WebGL setting, or you would need to write your own code to do this. It might be as simply as asking for permission to access the camera inside the WebGL browser, but I haven't tried doing this so I'm afraid I can't offer any assistance.

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

      you offer me a response and I already appreciate it a lot, thank you very much@@iamprofmoto !

  • @DevelopGames
    @DevelopGames ปีที่แล้ว +1

    Привет проФмото (this is russian) а у вас есть видео по тому как создать AR Приложение в 2023 году? просто на youtube русскоязычных видео нет.

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว

      @DevelopGames Unfortunately, I don’t speak or read Russian, but I should be able to take my written notes for my tutorials and translate them into other languages and post them?

    • @DevelopGames
      @DevelopGames ปีที่แล้ว

      @@iamprofmoto idk
      😀

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว

      @DevelopGames I just went through this video and made sure all the English Subtitles were working. If you turn on Subtitles, you can then select 'Auto-Translate' and select English to Russian, and it will give you full subtitles in Russian.
      th-cam.com/video/UmKPg7L-mD4/w-d-xo.html
      Let me know if there is anything that doesn't make sense due to the auto-translate. I hope that helps!
      Let me know if it does help and I'll make sure all my future videos are set up with the correct subtitles!

  • @what8586
    @what8586 ปีที่แล้ว

    how would i make the character walk around on its own in a small area navmesh make it float high above marker

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว +1

      @what8586 I don't see any problems making that happen, other than the fact that if you move too high off the marker, you might have some tracking issues. Typically I do most of my work with animated characters in Unreal, so give me a little bit to get an example setup in Unity and I'll release another video for you.

    • @OniWare-m8d
      @OniWare-m8d 2 หลายเดือนก่อน

      to stop the floating you have to change the AR Cameras world center to the image target

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

    why after i build my apk, the animation of my modelling not move?😭

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

      It could be a few things. Did you build an apk before you animated and put that on your device? If so make sure you are running the updated build. If you aren't sure you can delete the original apk from your device then reupload.
      If that doesn't fix it then I'd ask if you saved your scene with the animation as a new scene? Do you have the correct scene set in your Build Settings or are you accidently still building the old scene?
      9 out of 10 times I see this issue one of these solutions will fix it.
      Good luck!

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

    Unity dont have own ar framework, this is vuforia, ardk, or arfoundation are better right now...

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

      @NianticLighter great question that I'm always asking myself. I typically teach with Unity + Vuforia to get people started in AR because I believe it is the simplest and easiest way to make AR experiences immediately with no coding knowledge using marker based AR. I do NOT think Unity + Vuforia is the best way to make AR experiences. I'm teaching another course using AR in Spring 2025, and I'm currently seeing if I should be teaching ARDK, AR Foundation, ARCore, etc. I think that most have their own strength and I'm not sure what I will use for my class in Spring. I'd love to hear thoughts for others on this too...

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

      @@iamprofmoto that was not a question, was an acotation about something in the video. Vuforia in my case is one of the worse ar frameworks for unity, cus was Outdated to the new XR from 2021 to now...
      ARDK its, literally (ARCore + ARFoundation + Niantic old AR) teach that, its better, bigger and strongger... for web you have Onirix (i work in the new phyton framework for GS) and the superpower 7th Wall, but its to hard for newbies 7th...
      they dont have streng on nothing, everything in AR its the same ARFoundation (in vuforia, old ardk, is with easy way to view, but the same) and all web ar its ARCore, superdoped... you can read the framework and check this...
      the new ARDK its the best cuz can handle all platforms, and its niantic, the best LTS ar support worldwide...

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

      I don't disagree with your points.
      I do still find that Vuforia is an easy introduction to AR, so I keep these videos around for people getting into AR for the first time.

  • @DevelopGames
    @DevelopGames ปีที่แล้ว

    Такой хороший контент и так мало подписчиков.

    • @iamprofmoto
      @iamprofmoto  ปีที่แล้ว

      Thank you! This is a new channel, so hopefully others will share your opinion and the channel will grow!

    • @DevelopGames
      @DevelopGames ปีที่แล้ว

      ​@@iamprofmoto этот канал точно будет рости! Желаю вам всего самого лучшего!❤

  • @cetur7432
    @cetur7432 ปีที่แล้ว +1

    Nice