Lets Make an Augmented Reality App in 6 MINUTES!!!! DONALD TRUMP EDITION

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • This tutorial will show you how to make an Augmented Reality App in 6 minutes. We will use Vuforia and Unity3D to make a marker based AR app for Android or IOS. We will go through adding a 3D model of Donald Trump and moving him around. This method will also work with any other free 3D model that you can find.
    Trump AR for Android:
    play.google.co...
    Trump AR for IOS:
    itunes.apple.c...
    Tushar Purang:
    tpurang
    JOIN OUR DISCORD GROUP: / discord
    Trump Model:
    www.denysalmara...
    Instructable Here (with Script from video):
    www.instructab...
    Trailer Music: / @enderguney
    Facebook: / matthewchallberg
    Instagram: / matthewhallberg

Komentáře • 875

  • @brucearthur5330
    @brucearthur5330 Před 4 lety +1

    You know whats better than a 6 minute tutorial on a complicated subject? A 10 minute tutorial, a 15 minute tutorial, a 20 minute tutorial that allows the viewer to actually see what you are doing.

  • @EEvalutions
    @EEvalutions Před 4 lety +222

    3 years later: corona is spreading

  • @matthewcornwell5568
    @matthewcornwell5568 Před 6 lety +170

    After completing this tutorial with the latest version of Unity (2018), I just thought I would share some of the minor differences I encountered and how to overcome them.
    If you have the latest Unity installed already but don’t have Vuforia, you can go back through the installer process and select only Vuforia to install.
    Secondly, to get the ImageTarget mentioned at 4:10, it is under Game Object at the top of the Unity screen, then under Vuforia -> Image.
    Another issue I encountered was not being able to move Trump around, as the joystick (arrows) was not visible. This was because when you change the build settings at the start to IOS or Android you need to click switch platform in the bottom left corner. In my case, a small download and installation was required before I could actually switch.
    Any other differences are reasonably straightforward to work out and should be pretty simple. Hope this helps!

    • @inheritree6733
      @inheritree6733 Před 5 lety +2

      there is no crossplatforminput listed in my unity assets how to get it ...

    • @Eric-pi2rn
      @Eric-pi2rn Před 5 lety +6

      @@inheritree6733 You need to import the standard assets from the store

    • @goatzilla3075
      @goatzilla3075 Před 5 lety +3

      Dude you rock. Thank you for posting these updates!!!

    • @hkupeterpang
      @hkupeterpang Před 5 lety

      Thanks, Great comments.
      I am still struggling to get Trump move. I move the controller and it doesn't respond to it at all.

    • @guoweiyang1789
      @guoweiyang1789 Před 5 lety

      Thanks for the updates. Those help a lot!!!

  • @cah88
    @cah88 Před 5 lety +274

    i hope you make a dollar every time someone hits pause on this video, because i will have made you around 392 dollars so far.

    • @Pulkit__7
      @Pulkit__7 Před 5 lety +4

      Well, he said it should be under 6 minutes.

    • @ELPIRATATUQUE
      @ELPIRATATUQUE Před 5 lety +6

      Lmao I'm trying this now 2019 and I would've made him richer then Trump!

    • @ibra.h
      @ibra.h Před 5 lety +2

      I know its weird to comment this a year later but in the description there is a link to source code. READ THE DESCRIPTION PEOPLE

    • @coyaxx2770
      @coyaxx2770 Před 4 lety +1

      The last time I had to hit pause/rewind this many times the creator thought I was stalking him

  • @sophiemary9421
    @sophiemary9421 Před 5 lety +2

    I loved the work. if you too had problem with the movement of trump here is the fix:
    float x = CrossPlatformInputManager.GetAxis("Horizontal");
    float y = CrossPlatformInputManager.GetAxis("Vertical");
    Vector3 movement = new Vector3(x, 0.0f, y);
    transform.rotation = Quaternion.LookRotation(movement);
    rb.velocity = movement*2f;
    if (x!=0 || y!=0)
    {
    animation.Play("walk");
    }
    else
    {
    animation.Play("idel");
    }

    • @Eric-pi2rn
      @Eric-pi2rn Před 5 lety

      I have the same problem with the rotation of trump in direction of the movement. Your Script doesnt solve the issue completly .. :-(

    • @manveersingh5822
      @manveersingh5822 Před 5 lety

      Thanks a hell lot for this. you saved me today. But just one problem why is trump facing away from the camera? Is he afraid of getting clicked?!

  • @belenromero5047
    @belenromero5047 Před 7 lety +16

    This is the most enjoyable tutorial I've ever seen, straight to the action, I appreciate this, thanks!

  • @Tushar-mg2ng
    @Tushar-mg2ng Před 7 lety +29

    Hello everyone, you can still give suggestions on improving this game,you can pm me on youtube or message me on facebook(link is in the description). Download,like and share the app when it is released :)

    • @johnabc420
      @johnabc420 Před 7 lety +3

      why zombies? shouldn't they be mexicans?

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +4

      +johnabc420 lol! I was trying to make it less offensive, but that's definitely something I wrestled with.

    • @SeanMichaelConway
      @SeanMichaelConway Před 7 lety +1

      Your suggestion for the next video was a great idea. I would wholeheartedly support seeing how I can "acquire" Nicholas Cages face.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +1

      hahah

    • @bobiszack2768
      @bobiszack2768 Před 7 lety

      you should make it so you can use google cardboard and a Bluetooth controller

  • @manvelavetisyanvids
    @manvelavetisyanvids Před 5 lety +25

    UPDATE NEEDED - This is a great tutorial however everything's different now that Unity has built-in Vuforia support and the steps are now mostly irrelevant.

  • @razvantudor7368
    @razvantudor7368 Před 7 lety +15

    I've downloaded the game on my iOS device and it's kind of fun to play.
    My question for you is: Will you continue making tutorials for further develop this game? Like wall building, enemies and so on?
    Thanks

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +6

      I might if enough people suggest it, or I run out of other ideas lol. I have a few things planned for the next couple at least.

    • @razvantudor7368
      @razvantudor7368 Před 7 lety +3

      MatthewHallberg Great. I'm looking forward to see what have (big fan lol). I've actually played around with the project after leaving this comment and it turned out a pretty nice game considering that is the first AR app I'm making. The main gameplay is to kill as many enemies as possible in a given time. I will upload a gameplay video of it. Thanks for all the tutorials about AR, I've learned so much. Keep up the great work!!!

    • @Daymjo
      @Daymjo Před 7 lety

      Hey Razvan,
      Any updates on how your version of the game is going?

    • @razvantudor7368
      @razvantudor7368 Před 7 lety

      Daymjo there's a video uploaded on my channel. Check it out there if you want.

    • @carlosferegrino290
      @carlosferegrino290 Před 6 lety

      Matthew teaches us how to monetize the app. In this of Donald Trump you can have different guns that the people unlock by buying them, but, how to make this?

  • @josebarria3233
    @josebarria3233 Před 6 lety +29

    Just found the trixk if you are not American or you don't have a dollar, just point you phone into another screen (ur laptop or other phone) and put a picture of one dollar bill in fullscreen, PS: great job I liked

    • @davestr2046
      @davestr2046 Před 5 lety +4

      I don't know about that. I got a great image from the web, happened to run it through photoshop (as you do) and just happened to have a linen based correct g/sm paper hanging around. I accidentally hit the print button and ended up doing a stretch in a correctional facility. It just wasn't fair.

    • @BrodieEaton
      @BrodieEaton Před 5 lety +8

      or you could set the photo to be of one of your native notes :| just saying

  • @KawaiiLabsLLC
    @KawaiiLabsLLC Před 5 lety +6

    This is late but for anyone struggling with the package, import the Standard Assets from the Asset Store.

  • @c00pala
    @c00pala Před 6 lety

    I came here looking for a quick run-through for implementing AR.... I got so much more. ;)
    Seriously though, good work. Well edited, to the point and covers things nicely. Thank you.

  • @danielmartins9901
    @danielmartins9901 Před 4 lety +3

    GUYS, I FIGURED OUT HOW TO ADD THE AR CAMERA. Right click in the space on the left where the AR camera should be. Then go down to "Vuforia Engine" and hover over it. Then on the list to the right, AR Camera should be at the top :-)

    • @eshansingh4034
      @eshansingh4034 Před 3 lety

      I dont see Vuforia Engine after right click. Help!

  • @nyfelix
    @nyfelix Před 7 lety +9

    Thank you so much! Great Tutorial, just about everything I needed to know to get started with AR development for Mobile...

  • @holymolyguzman
    @holymolyguzman Před 7 lety +2

    These videos give me hope that I can be in the AR field. Thanks for sharing your talent with the universe. You may never know the impact you have on these people and their lives. Keep creating my friend 🤙🏽.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +1

      Awesome, glad to help!

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +1

      Dude thats awesome it looks so good! Such a good idea with playing the video in the TV!

    • @holymolyguzman
      @holymolyguzman Před 7 lety

      MatthewHallberg thanks bro! Just following your lead 💪🏽💪🏽💪🏽

  • @ptrg1
    @ptrg1 Před 5 lety +1

    datasets aren't visible in my inspector window for arcamera......why i this?

  • @samzak8338
    @samzak8338 Před 5 lety +1

    Where is the Datasets?
    have the most recent version of unity downloaded which integrates Vuforia and I keep getting the same problem when I try to activate target databases. it reads "Databases will be automatically loaded and activated if its tracking behaviour is enabled on scene load"
    How can I enable tracking behaviour on scene load?

  • @user-oq3xp6rw1v
    @user-oq3xp6rw1v Před 7 lety

    this is exactly how I learn ... repetition of concepts while actually making something useful AND cool, and the way you explain it and quick cuts work for me! thank you so much for this I'm making something that needs this!!!
    (trump sucks! Lol)
    if you could show how to make several characters and tap to "speak" to whichever is clicked that would be freaking great! (maybe that's too advanced) or
    do series small projects that repeat several concepts so we can see different versions and remember them. Either way excellent videos! *subscribed*

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      thanks dude, same with me though. I want to learn all these things but its hard for me unless I have a fun project to work on that keeps me motivated. Glad you see it the same way. You would probably just want to have a touch script that casts a ray from the screen point and converts it to world coordinates. Then if the raycast hits a box collider on the character you would play whatever audio clip you want. Hopefully that helps.

  • @bertomacario
    @bertomacario Před 3 lety

    The sound of your intro just killed 5 of my co-workers with a heart attack.

  • @lukehero
    @lukehero Před 7 lety

    Hmm I tried building to two Android devices and both have the joystick but nothing else. I have checked and it has the permissions for the camera. It's also working in Unity.

  • @causticsstudios5797
    @causticsstudios5797 Před 5 lety +3

    Ey, nice tutorial but I have a problem, when I move the character in the ImageTarget with the Virtual Joystick it maker rotations in x and z who it shouldn't have to do, I tested it in an normal envieroment and it work fine, the code is the same as yours

  • @digrat
    @digrat Před 5 lety +1

    To enable Vuforia on Unity 2017.2 or newer, follow the directions here instead of saving and importing the Vuforia plugin: library.vuforia.com/articles/Solution/enabling-vuforia-unity.html

  • @guillermogutierrez5118
    @guillermogutierrez5118 Před 7 lety +1

    Cool video I needed a quick demo like that. As for suggestions I want to learn more face recognition. I read in an article that Snapchat uses Vuforia so I wanted to learn how it's done :-).

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +2

      Hmm can you send me that article. I didn't know Vuforia did that. Did you watch the end of this video? I was planning to do facial recognition with the net one, but it won't be for Unity it will be for doing it in your web browser with tracking.js.

  • @danielmartins9901
    @danielmartins9901 Před 4 lety +2

    Is anyone else able to find the "datasets" at 4:19 I tried to find it on the 2019 and 2018 Unity, but i couldn't. Please help

    • @JessIca-ik8uq
      @JessIca-ik8uq Před 4 lety

      Did u add your unity package into unity? The unity package is downloaded from Vuforia at 3:07

  • @whitekanyewestthebully1346

    I did everything you did in vid and it keeps showing a all blck screen when I click play I checked and its not my camera that's the problem, what do I do to fix this. please help

  • @Jesse-um1pz
    @Jesse-um1pz Před 3 lety

    My dude got trump's walk and posture down to a science.

  • @kiddoryandee6714
    @kiddoryandee6714 Před 3 lety +4

    WELPPP, EVEN DONALD IS POSITIVE COVID-19 RIGHT NOW

  • @4869shk
    @4869shk Před 7 lety

    Have just started following your channel and it's amazing! I'm new to the world of AR and I was wondering if it's possible to "tell" the AR camera the coordinates of the point where I want the 3D object to be shown? The coordinates would be taken from the user and object would get displayed at that point.. is it possible or am I thinking too far fetched?

  • @JohnAzarOmegaTech
    @JohnAzarOmegaTech Před 5 lety +1

    Thanks, I had to add this line
    rb.constraints = RigidbodyConstraints.FreezeRotationX | RigidbodyConstraints.FreezeRotationZ;
    to freez rotation on x , z axis

    • @boyettt
      @boyettt Před 4 lety

      where to add sir? to the update?

  • @PTkortbroek
    @PTkortbroek Před 2 lety +3

    None of the prefabs used here were available...

  • @chriss9786
    @chriss9786 Před 6 lety +1

    just getting started in unity/unreal/game development. LOVE these tutorials. Thank you so much for the knowledge!

  • @Eric-pi2rn
    @Eric-pi2rn Před 5 lety +2

    Hi,
    I have problems with the movements of trump when using the joystick. Trump is moving in the right directions, but the angle of the figure is wrong. Any idea why?
    Besides that issue, great tutorial!

  • @filipeferreira7818
    @filipeferreira7818 Před 4 lety

    Hi! Great Tutorial
    I would like of do this project with a bottle real (plastic bottle) and simulate the water level.
    Could you tell me what resources I need to know or what I need search in web to study and learn more to do this.
    Other question, how resize objects in unity with real objects?

  • @danielmartins9901
    @danielmartins9901 Před 4 lety +1

    Nevermind. I did an update, and now I can't find the AR camera. Please help

  • @rachelperdochova1140
    @rachelperdochova1140 Před 7 lety

    Hi everyone. Great video tutorial :) but I have a problem. Which joystick controller I should use if I would like to build it in Windows? Because I can't see MobileSingleStickControl now, I built it for PC, Mac and Linux Standalone. Thanks.

  • @maheshjosyula
    @maheshjosyula Před 6 lety

    It is very nice to start with.Can you please share the link for full game tutorial or any tutorial where I can use multiple buttons for different actions.

  • @irhamsetyawan1506
    @irhamsetyawan1506 Před 5 lety

    That's cool
    I have a question
    The way trump move (his leg and hand) is it made in unity or is it already programed when the animation mwas made, thanks

  • @liyanarizzle9744
    @liyanarizzle9744 Před rokem

    Can you do a tutorial, I have my ux design in figma, and how do I drag it to unity? Because we are making an app that has an AR Camera feature

  • @NoName-mh4dk
    @NoName-mh4dk Před 5 lety +1

    It is actually sad that I can't play your game, becouse i don't live in US... Anyway amazing video!

  • @TheDico123
    @TheDico123 Před 6 lety

    hey matthew nice tutorial. I need to ask you a question. Does this work without any imagetarget? I mean just the Body and controller.

  • @ginnanboy8698
    @ginnanboy8698 Před 7 lety +1

    Hello Matthew,
    Can you make a tutorial on how to make the augmented 3D object to do some animation with a
    sound effect (for example, an attack animation) after you say “attack” or something, on a Android device? (Basically using speech to control your augmented object.)
    Also it would be cool if you could switch scenes, for example when you say “scene 2” or “next/previous scene”.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      +Wilbert Llama that's an awesome idea. I wanted to do that for a while with vr too cause you could use voice to make your character walk and stuff. Idk what to use for voice recognition though I think Microsoft might have an API to use.

  • @nartanr15
    @nartanr15 Před 4 lety

    how to create an app like HP reveal. that is out of business , but its a pretty good app to make AR markers and then attach a video or photo to it. could you do that type of app?

  • @iProCombo
    @iProCombo Před 7 lety

    Hey Matt. Is there a way to play a specific Scene before another? So I'll be able to toggle the next scene with a button once I'm done with the first?

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +1

      +iProCombo ツ yeah in build settings make sure it's the first scene at index 0 and it will play first. The use scenemanager.loadscene(1) to get the next one to play. I think you have to add the using directive too, like using unityengine.scenemanager or something like that.

    • @iProCombo
      @iProCombo Před 7 lety +1

      Thanks, just implemented it. :D
      Can't wait for the next tutorial!

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety +1

      awesome, glad its working.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      +iProCombo ツ awesome!

  • @rommybarriga3590
    @rommybarriga3590 Před 7 lety

    hi MatthewHallberg, thanks a lot for the tutorials. They are very didactic. One question please XD, all the samples work well with the camera of the laptop or computer, but when I deploy to android the application runs but I am unable to see my 3D model, I am not sure what is the problem, if the camera recognition is not working, or the model, it is very strange :(

  • @ericknisley100
    @ericknisley100 Před 7 lety

    Worked flawlessly up to the "build and run" point. I plugged my Android phone into my computer and hit "build and run", and was given a standard Windows "save" dialogue". I've tried saving the files into several different places on both my phone and computer, to no avail. When I try to save anywhere on the phone, I get an error saying I can't save there. Any ideas? And THANK YOU for the excellent tutorial! I work at a science museum, and we're trying to build in more VR/AR to our exhibits. Your tutorial really helped me understand the Vuforia workflow. Thank you!

  • @TheGodlikes
    @TheGodlikes Před 7 lety +1

    Hi Matthew, I just played your game and I would like to congratulate you for making it.
    Now I would like to know how you script to lock the screen orientation on the mobile phone, I am using " Screen.orientation = ScreenOrientation.LandscapeLeft;" but this only lock the screen after the "Made with Unity" appears, and in your game you lock it before. Thanks

  • @yeasboy
    @yeasboy Před 6 lety +1

    hi dear so nice video.
    i am 3d product modeler what i want to do to see my model in original scale in AR.
    so any way to do that.
    i have no experience in programing.

  • @timothyneill2924
    @timothyneill2924 Před 7 lety

    Really good introduction to this software! Thank you. I had never used any of this stuff before and this video has allowed me to use unity for first time and was very clearly explained! Thank you!

  • @msn.muddam
    @msn.muddam Před 6 lety +2

    Heyy! How did you learn the coding for the game? I'm new into VR, I just know some basic C++...where can I learnt the script? Is it C#?

    • @MatthewHallberg
      @MatthewHallberg  Před 6 lety +1

      Yeah its just c# check out my playlists on here, I have a great one saved for learning C# in the context of Unity.

  • @robinsonbazurtoorrego6541

    This tutorial was really helpful, thank you. Although, i have a question. How can i make the character collide with objects? Again, thank you.

  • @amdenis
    @amdenis Před 4 lety

    Very smart of you to preface this video with a disclamer. BTW, although politics is distasteful and like everyone I am sure you are busy with a 1000 things. I never was involved in politics before. However, politics to a large part will define your future, and a lot of things you cannot immagine, because the choices are so different and diverse. So, PLEASE, make the time to learn about what is happening, you and your family lives, current and future, very likely depend on what our youth take an interest in politically and otherwise. Great video BTW-- Thanks!

  • @MrFeo01
    @MrFeo01 Před 3 lety +1

    in unity 2018 it doesn't work, trump 3d model walks around. I don't know why this happens, please help.

  • @anunonim
    @anunonim Před 7 lety +1

    I love your videos, Matthew! You make everything look easy and you encourages me to go into AR. Thank you very much and keep it like this! :D

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

    how to make the animal walk automatically using unity?

  • @Lukas-nu8pb
    @Lukas-nu8pb Před 5 lety

    How to do it with different joystick? In the newest unity, there is just an option to go to Assets>Import Package>Custom Package (nothing else). Im total beginner. Thanks !!!!

  • @Bloodair
    @Bloodair Před 7 lety +2

    Short and to the point. GOOD JOB

  • @mrsvinnovations6088
    @mrsvinnovations6088 Před 4 lety +1

    I dont see the AR camera in the vuforia asset folder?

  • @mrgentolizo
    @mrgentolizo Před 6 lety

    thanks for making such an awesome video and pushing AR forward!!!
    did you make a video about AR using browser and tracking? if so, mind providing a link?

  • @konlaor
    @konlaor Před 6 lety

    I use window so it is visual studio for the coding part. I stuck because I wrote the exact same code like your but it got errors. Could you help me please?

  • @HarethTariq
    @HarethTariq Před 7 lety

    Great work Matt. I'd like to know if it is possible to create an ar game in which we can drive a car or drift?
    A tutorial for that would be highly appreciated.

  • @AllyG1967
    @AllyG1967 Před 6 lety

    I can echo the comments of many. A solid tutorial for those of us with a little experience in Unity. Managed to get Trump waddling around my screen without any fuss. My request is for more information on the Android Build settings. Can someone direct me to a tutorial on exactly what I need to do from the Build and Run button onwards please. Thanks in advance

  • @divanshugupta8738
    @divanshugupta8738 Před 4 lety +3

    Hey: My unity does not show streaming and resources assets?

  • @pucie_boi
    @pucie_boi Před 7 lety

    Awesome!
    I am torn between jumping on the VR boat or jumping on the machine learning boat as, both are hot technologies at the moment.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      Agreed, I would do machine learning but I have watched a bunch of videos on it and I think it's way over my head. Also, are we brothers?

    • @pucie_boi
      @pucie_boi Před 7 lety

      Yea, Machine Learning is real math heavy and convoluted. It takes awhile to figure things out. Still learning from the beginning, haven't figured much out yet. But I'm also a gamer and can't turn a blind eye to how cool and new the VR space is.
      And we very well may be brothers. Hallberg is a pretty rare last name.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      Yeah it really is. I have never met another.

  • @HappiestLife
    @HappiestLife Před 5 lety

    Which programming language?

  • @averagedudeusa9722
    @averagedudeusa9722 Před rokem

    DOPE!!! President Trump AR. gonna try this. Thanks dude.

  • @Kalypso69007
    @Kalypso69007 Před 3 lety

    Hi. Thks for this app. It work nicely on my computer. But when i use it on my phone, my character doesn't move on the image target. (x,y,z seems to follow the screen position, and this look strange). Do you know a solution ?
    Thks again. You did a very nice work for beginer like me.
    Florian from France

  • @ftech1134
    @ftech1134 Před 7 lety +1

    That's awesome!
    Sir will you make tutorial that how to make random objects on button in Markerless AR.

  • @arnoldo001
    @arnoldo001 Před 6 lety

    Hi ,thank for sharing dude. I have a quick Q: Do you recommend any website, book or online course to learn C# from scratch? I don't understand ANYTHING about programming but I like to go for it! Good job and once again, Thanks for sharing!!

  • @indomie6384
    @indomie6384 Před 4 lety

    hi, i have a question, how can i create a custom low poly model? I would like to create an AR based on my dog because she is getting older, is it possible?

  • @activemotionpictures
    @activemotionpictures Před 3 lety

    Best tutorial ever. We need a 2021 update for Unity 2019 LTS

  • @kingbrodan
    @kingbrodan Před 7 lety

    so, are you not allowed to put your app on the google play store if its just for development and not the paid version?

  • @osamation
    @osamation Před 5 lety +2

    thank you man for all vids
    i have a problem that after building on android device the camera is too blur
    i think it is out of focus
    how to fix

  • @toko2968
    @toko2968 Před 5 lety

    I recently bought an augmented book for my children.It is so cool.I wondered how this was done .Watching your video,I can definitely tell you know your stuff and what your doing.It is amazing you can do this! I just would like to use my tablet and design just one picture in augmented reality,let alone a book.If I could do that,I would feel like I accomplished something.So interesting.

  • @carlosharrytravel
    @carlosharrytravel Před 7 lety +1

    Hi Matthew, love the videos - really help me out. My request would be for some smart terrain tutorials. Really interested in this from Vuforia but the tutorials online are lacking to say the least
    Cheers

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      got you, thats like the one aspect of Vuforia I have never used, but I will look into it soon.

  • @hrvojemartinovic8338
    @hrvojemartinovic8338 Před 7 lety

    Hi, is it possible to make something like basic tank war game with two players, or something like that ? And I would like to see some tutorial if that is possible, thank you very much, you're doing great job here on CZcams 😉😀

  • @taylorprimuth1260
    @taylorprimuth1260 Před 6 lety

    just came across your video and im trying to make AR for a fashion pop up shop. With that being said is there a way to take a video of a person and turn it in to the animation?

  • @urshauptle3748
    @urshauptle3748 Před 7 lety

    Hi, fantastic tutorial, thanks a lot! I was wondering, would this work with ARTool instead of Vuforia? Have you got any experience with ARTool?

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      +Urs Hauptle yeah it would, I played around with it. It's nice cause it's opensource which is nice. It's considerably more difficult to use because you have to run some utilities from the terminal in order to generate trackable features of in image to use as a marker. Also if I remember correctly you can't test in the editor and you need apple pro to get it on a phone which I didn't have at the time. So I haven't used it since then. I might pick it back up in order to create my own cloud based image target repo cause vuforia charges 100 a month to create and use one.

    • @urshauptle3748
      @urshauptle3748 Před 7 lety +1

      I've been playing with the ARToolkit plugin in unity. I managed to get a model to show up on the marker, just using the standard Hiro marker for now. It shows up nicely on my android phone after I run the calibration app. It's an old galaxy s2 phone, so I was quite surprised! :)
      But after I added the nav button, the model doesn't render anymore. Needs a bit more tweaking. If get the animation to work, I'll try it with nft marker. I already generated the code for it.
      I'm new to unity so it's a bit a slow process, lots of learning to do. I'll let you know if I get it to work.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      ohh awesome, yeah I would love to do more with it, since you don't have to pay to publish an app. Let me know how it goes. Did you need any paid android account to get in on your phone or did it just work?

    • @urshauptle3748
      @urshauptle3748 Před 7 lety

      It's very simple to get it onto an android device. Just put the phone into usb debugging mode and plug it into the pc or mac. You need the android sdk on the box and the google usb driver installed which comes with the sdk. So thanks to google it's all free and opensource. :)

  • @raoahmed7948
    @raoahmed7948 Před 2 lety

    great tut sir please make an video on controlling car just like u controlled character

  • @DhananjayKulkarni
    @DhananjayKulkarni Před 7 lety

    Hi Matthew, I wanted to know what are your views on EasyAR? Can you please add some tutorials using that? I didn't find video tutorials anywhere for the same.

    • @MatthewHallberg
      @MatthewHallberg  Před 7 lety

      +Dhananjay Kulkarni I have really never looked into it honestly I probably should.

  • @asdfkerub
    @asdfkerub Před 6 lety +1

    One Question, Why do we need to use an item to track? How would it work if you dont want a dollar but instead want to have an AR on any solid item like a desk, book, on top of a car, etc? Does it have to be a specific map of an item? Do we have to map all common items? Sorry, just getting started with AR here. Thanks!

    • @MatthewHallberg
      @MatthewHallberg  Před 6 lety

      So you need markerless AR for that which can be done with ARkit for apple or ARcore for Android.

    • @asdfkerub
      @asdfkerub Před 6 lety

      Thanks. Are you making any Arkit with Unity tutorial videos?

  • @_mattphill_
    @_mattphill_ Před 5 lety

    Would it be possible to make an app on the same basics for an android phone but the screen displays a black screen plus the AR object?

  • @WhiteArtsMagic
    @WhiteArtsMagic Před 6 lety

    If you make an app that brings in a bit of money, will Vuforia start to cost money?

  • @amedeekreuzer815
    @amedeekreuzer815 Před 4 lety

    Thank You very much for this Tutorial, it helpt me a lot to understand how to setup of an AR Project and how to controll animations via CS-script.

  • @fahadjawid2589
    @fahadjawid2589 Před 5 lety

    Hey Matthew can I have this complete game developing video including the wall and enemies design too like in the start trump animation killing his enemies ??

  • @pxltank
    @pxltank Před 5 lety +1

    For the latest version of Unity go to the Asset store and search for "Simple Input System". It is free and a good replacement. Import into Unity and then restart Unity. assetstore.unity.com/packages/tools/input-management/simple-input-system-113033
    Add a UI - Canvas and then add the Assets>Plugins>SimpleInput>Prefabs>Joystick to the Canvas.
    In your rigidbody script add "using UnityEngine.EventSystems;" to the top. For your x & y variables use:
    float x = SimpleInput.GetAxis("Horizontal");
    float y = SimpleInput.GetAxis("Vertical");
    Additionally, if you have an issue with your rigidbody model not walking around correctly and find that going up and down causes the model to get closer or further respectively select ARCamera and in the inspector change Rotation X to 90 and then try.

  • @LiegeNorth
    @LiegeNorth Před 7 lety

    Hello,
    I absolutely adore your video. It has helped me a lot with Augmented Reality and has taught me many things.
    However, I have one problem. When I drag the joystick in the hierarchy, it doesn't appear in the game.
    Please help me fix this.
    Thanks! :)
    - Liege

    • @LiegeNorth
      @LiegeNorth Před 7 lety

      Nvm. I hadn't installed it on my phone yet that's why it wasn't visible ;_;
      Also, PLEASE do the wall building and enemy killing part!! I WOULD LOVE TO ADD THAT TO MY GAME!!
      Thanks! :)

  • @johnxdjtheway1278
    @johnxdjtheway1278 Před 6 lety

    Finally I see someone else who respect Donald trump

  • @eshikarya
    @eshikarya Před 3 lety +1

    The target image isn't downloading from the Target Manager.

  • @jleung85
    @jleung85 Před 3 lety

    This is really cool! thanks for the video. Is it possible to add sound to it too?

  • @bbqgiraffe3766
    @bbqgiraffe3766 Před 5 lety

    I now have a t-posing shrek

  • @crystalhuang8258
    @crystalhuang8258 Před 7 lety +1

    I just want to say thank you so much for these augmented reality tutorials and you are amazing for making them. They help me a lot. :D

  • @glenn7976
    @glenn7976 Před 5 lety +2

    Great tutorial. The AR camera keeps flipping on me when I press play though. How do i fix?

  • @monelissa
    @monelissa Před 5 lety

    Hi excuse me, do you know if there's a way that people could see my animations with and vuforia without the need of an app? For example with the qr camera code scanner? Thanks!!

  • @muhammadikram8009
    @muhammadikram8009 Před 5 lety

    this character can walk only on a flat surface. what should we change in our script so that it can walk on also an uneven surfaces?

  • @aruji-sama
    @aruji-sama Před 3 lety +1

    there is no package called CrossPlatformInput please give links for all these external packages u are using.

    • @minheinmsm
      @minheinmsm Před 3 lety +1

      Download at unity store - Standard Assets

  • @bildakid
    @bildakid Před 8 měsíci

    hows AR dev six years later? Bout to start a project and wonder if AR has enough to it to keep me interested as a dev for long?

  • @joshfry6868
    @joshfry6868 Před 6 lety

    When I have my build running on my phone, the front camera doesn't seem to be activated since all I see is the UI thumb stick and all black background. Suggestions, sollutions?

  • @aminmansouri2770
    @aminmansouri2770 Před 7 lety

    Great Video! Explained almost everything needed to make this work. I would just say have Android studio and Java SDE installed before starting.

    • @jedother3
      @jedother3 Před 7 lety

      Hi. When do you need Java SDE? My Android device didn't work, it doesn't show Trump. Is it necessary Java SDE in this case? Could you help me?

  • @MindsMusing
    @MindsMusing Před 4 lety

    like the way explain..I wanted to know how can I track feet of any one so they can virtually try on sheos....on java or react-native any idea??

  • @Teddyloveforever
    @Teddyloveforever Před 3 lety

    My asset tab import package section only shows custom package no other option...how do I resolve it...