How to create an Augmented Reality App 2022 | Unity, Vuforia | Tutorial

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 50

  • @6figurewinners
    @6figurewinners Před rokem +3

    Can you show us how the app looks on the Home Screen, and the process of it going into the App Store?

  • @feqol
    @feqol Před rokem +1

    Hi, with this method it is not necessary to use an ar tracker/marker?

  • @zel5685
    @zel5685 Před 2 lety

    Thank you Sir!

  • @franklinpotter4861
    @franklinpotter4861 Před 2 lety +1

    Hey um, how do I "click" on my cellphone, I don't know how to place the model, and tapping or the volume buttons don't work.

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      Hello. I do not know how I can help you. It happened to me once too. I made the application again and everything worked.

  • @gazsmith09
    @gazsmith09 Před 2 lety +2

    I just see the camera nothing spawns..

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      The first time I had the same thing, it turned out that I did not connect a special package before compiling. Try to do it again more carefully

    • @yq5687
      @yq5687 Před 2 lety

      @@MikeDeveloper Can I know what is the special package? I also have same problem

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety +1

      I left a link to the package in the description

    • @yq5687
      @yq5687 Před 2 lety

      @@MikeDeveloper How you solve the blank camera problem? My phone just show only camera, I try few times TT

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      At the end of the video, I activated the XR plugin, did you do that?

  • @09piramides
    @09piramides Před 2 lety

    Can You in the future make tutorial for complex ar app with menu in with you can SELECT model and with lomitation of quantity of the models, with moving and resizing?

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety +1

      sure!

    • @09piramides
      @09piramides Před 2 lety

      @@MikeDeveloper cant wait to see that, i have searched and didnt found something like that, i think im not the only one looking for that kind of tutorial :D

  • @gcma1999
    @gcma1999 Před 2 lety +1

    Great tutorial. But mine just opens the camera, doesn't show any targets and doesn't respond when I thouch the screen. It's just like a blank camera. What did I do wrong?

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety +1

      When I was making my first AR app, I also ran into this problem.
      Then I did something wrong with the AR camera. Try to remake the game as closely as possible following the video.
      Good luck!

    • @batrisyakamal1958
      @batrisyakamal1958 Před 2 lety +1

      @@MikeDeveloper can you please show what is the solution? i faced the same issue here which is it opens camera but not display the object.

    • @ranliu6307
      @ranliu6307 Před rokem

      @@batrisyakamal1958 I faced the same issue as well. How to solve it?

  • @ipanxbread
    @ipanxbread Před 2 lety

    Vuforia website is so bad, i click download, it ask me to login, after i create an account (not even automatically connect to gmail), i tried to download again, it brings me back to login. It repeats n repeats

  • @tusharsavita2123
    @tusharsavita2123 Před 2 lety +1

    Hey mike i am trying to place a pre made 3d model into the unity do i have to follow the same procedure? Can you help us in this unity is totally new for us. If you can please share how can we connect to you

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      Hey. You can find link to the telegramm channel in description of my profile. Just search my account there and write to me

  • @henryjohn532
    @henryjohn532 Před 2 lety

    How to open apk on phone?

  • @henryjohn532
    @henryjohn532 Před 2 lety

    Is there to way to do it in IOS?

  • @billalhossen8654
    @billalhossen8654 Před 2 lety

    Can you made video for multiple object in ground plane?

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      Now I have plans to shoot another video, but I will also try not to leave your topic without attention. Subscribe and follow the updates.

  • @dhruvmanral6817
    @dhruvmanral6817 Před 2 lety

    how can I add user defined target...?????? plzz tell me i would be very thankful

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      short instruction for you:
      "Develop" tab - Target manager - Add database - Tick the box next to "Device" - Click on this database - Choose file(your target) - Download Database with ticked "Unity Editor" box - Transfer the downloaded file to any project folder - Adding the "Vuforia Image" object to the scene. You know the rest yourself =)
      If you have any questions, write in the telegram

    • @aleksanderkruse3287
      @aleksanderkruse3287 Před 2 lety

      @@MikeDeveloper Do you have a long instruction for this?

    • @aleksanderkruse3287
      @aleksanderkruse3287 Před 2 lety

      Or well, I wan't to make an augmentet image combinet with image recognition

  • @umarfarooqgreatgamer742

    Buildplayerwindow+buildmethodexpaction: 3 errors

  • @Ekalaivan
    @Ekalaivan Před 2 lety

    Did you export this with Android API 30? For me API 29 is working fine but API 30 is throwing errors. Unity version is 2019.4.33 LTS and Vuforia 9.8.8 with ARcore

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety +1

      I use Unity version 2020.1.17f1 and the last version of vuforia

  • @k.scuind
    @k.scuind Před 2 lety +2

    You know you don't have to explain it that fast right?

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety +1

      I tried to distinguish myself from those who explain long and boring)

    • @tomobrien8423
      @tomobrien8423 Před 2 lety +2

      I normally watch everything on 1.5x - 2x but for the first time I need to use 0.5x for this guy :)

  • @olagokeolawale967
    @olagokeolawale967 Před 2 lety

    How come you didnt write any script code?

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      Scripts are not needed for an application as simple as this. All functions are embedded in vuforia. More complex applications will require coding.

  • @thegeee
    @thegeee Před 2 lety

    is there a way to only make it place the object (tree) only once?

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      Yes, you can. But the way will depend on your needs.

    • @thegeee
      @thegeee Před 2 lety

      @@MikeDeveloper can you please tell me how ? I followed your tutorial step by step but I don’t want multiple trees to pop whenever the user touches the screen, i just need one

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      So... It's hard to explain here. There is an option where you set a certain point at which 1 object can appear. Unfortunately, I didn't talk about this method in the video, but I can throw a link to the video of another guy who talks about it.

    • @thegeee
      @thegeee Před 2 lety

      @@MikeDeveloper that would be great 🤍

    • @MikeDeveloper
      @MikeDeveloper  Před 2 lety

      czcams.com/video/bnKM_zFYEQ0/video.html

  • @leonitawijaya6314
    @leonitawijaya6314 Před 2 lety

    are unity and vuforia free to use?

  • @volgalgzkaradagoglu
    @volgalgzkaradagoglu Před 2 lety

    Black screen