01/05 - ARFoundation Indoor-Navigation - NO Cloudanchor, NO ARPointCloud, (almost) NO Coding!

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 726

  • @nkl1999
    @nkl1999 2 года назад +27

    Currently working on an university project where we want to implement AR Navigation on Campus, your tutorial saved us. Thanks! Looking forward to more tutorials :)

    • @kishorevv1441
      @kishorevv1441 2 года назад +1

      Hii , we too working on same project , Can we have a discussion online renderer

    • @nkl1999
      @nkl1999 2 года назад

      @@kishorevv1441 If you give me your contact infos, I can hand them over to our developer. But we switched from Unity to an Swift IOS App and now work with ARKit, Worldmaps etc.👌🏻

    • @kishorevv1441
      @kishorevv1441 2 года назад

      @@nkl1999 Thank you so much if i need any info i will contact u

    • @Projees_YOP
      @Projees_YOP 2 года назад

      @@kishorevv1441 Hi there! We are working on the same project, Can you help us with our doubts.

    • @aravindv504
      @aravindv504 2 года назад

      hi guys...Im also working on the same project. I have some doubts.Can anybody help me with that ?

  • @anasfarhan9043
    @anasfarhan9043 Год назад +1

    Thank you for your tutorial.. Currently i been working to a project where i need to implement AR navigation around my workplace. I look forward for your next tutorial content :)

  • @kiyawo3547
    @kiyawo3547 6 месяцев назад +1

    @FireDragonGameStudio THANK YOU! I RECENTLY PASSED MY FINAL THESIS DEFENSE BECAUSE OF YOUR TUTORIAL! Thank you for your active response to the comments and thank you sharing your knowledge to the students who wants to learn Unity and AR. May this message find you! I'm very thankful to you!

    • @firedragongamestudio
      @firedragongamestudio  6 месяцев назад +4

      Congratulations 🎉 and you're welcome! Glad I could help 😊

  • @미니미-f3b
    @미니미-f3b Месяц назад

    Thank you for the good work! Absolutely love it 😊

  • @ekanshrana9580
    @ekanshrana9580 2 года назад +4

    Great tutorial and thanks. Working on a similar idea. If the the user’s position can be determined by a marker or a qr code and then destination can be selected from list of multiple targets. But struggling a bit. Looking forward to your follow up video.

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      The follow-up tutorial is now online and will hopefully help you with your project
      😃 -> ruclips.net/video/C7TNBybSOq0/видео.html

    • @arnavmahajan6342
      @arnavmahajan6342 3 месяца назад

      Hey were you able to complete it ? I am working on a similar project. can you help me out ?

  • @ishadeshmukh288
    @ishadeshmukh288 2 года назад +3

    Hello I implemented according to your video but in my case for a longer path the indicator resets to the start point or somewhere behind the current position and as a result of which the path goes beyond the destination. Is it because of numbers of corners in that path? Please help me out .

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Sounds more like a tracking issue. You sure, that the path length is the problem?

    • @ishadeshmukh288
      @ishadeshmukh288 2 года назад +1

      @@firedragongamestudio Thank you so much for reverting back. I am implementing this on my college floorplan . It is working well for others paths but for this one path which is a straight passage/hallway the indicator resets. Although when I am trying to run on a different open space environment for the straight path it does not reset. So I am not able to understand as to way this might be happening. I request you to please guide me through this issue.

    • @ameeransar5297
      @ameeransar5297 Год назад

      Hi Isha,
      Can we get along to implement this project. I am doing the similar thing, in my case the line renderer not shoiwng

    • @CraigPinto-w1x
      @CraigPinto-w1x 10 месяцев назад

      How did you solve the issue of the line renderer not displaying?
      @@ameeransar5297

  • @thebookworm4567
    @thebookworm4567 8 месяцев назад +1

    Hey, we've followed this tutorial completely, bt right now when you open the app, the camera does open bt we can't see the path or the line renderer. Can you help us? @FireDragonGameStudio

  • @aerialartistry8899
    @aerialartistry8899 2 года назад +2

    at 19:55 you say to copy and paste the code from repo, but I'm unable to locate the properly named file to copy its contents in to the script, PLZ help. what is the file named to be used?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      it's within the initial commit and named SetNavigationTarget.cs Nevertheless I'd recommend to go through all the parts of the tutorial and finish everyhing regarding the refactoring. After that you can use the repo and everything you learned to it's full extend 😃

    • @floweyishere7122
      @floweyishere7122 4 месяца назад

      @@firedragongamestudio there is no SetNavigationTarget.cs in the repo sir, plz check sir

  • @nswell1074
    @nswell1074 2 года назад +6

    Thank you for your tutorial.But I can't understand how the virtual room matches the actual room position and rotation, can you explain it?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +6

      Very good question. The "secret" of this very simple approach is, that there is actually no real matching of room position/rotation, except for the starting position/rotation. Based on the starting position/rotation all locomotion is done via SLAM. This means the smartphone camera calculates the movement based on features found in the camera stream. If the feature detection fails or doesn't yield good results, the smartphone gyro and acceleration sensors will contribute to motion detection too. As a result, this approach works best in a feature rich environment. The next tutorial (hopefully released next week) will show how to recenter the virtual position with the help of QR code scanning, when the motion detection shifts or tracking is getting lost for various reasons. :)

  • @kiyawo3547
    @kiyawo3547 Год назад +1

    Hello once again! What type of project you used in this video? there are different types of project before you start to configure the project settings?

  • @DERFKENDRICESPANA
    @DERFKENDRICESPANA 20 дней назад

    I have additional question can i use Lidar Scanner 3d for mapping?

  • @yaminishilpa4541
    @yaminishilpa4541 Год назад +1

    For me AI Navigation option is not found and when i click on bake the button is not enabling

    • @buddypranay5394
      @buddypranay5394 Год назад +1

      Install unity version 2021.2.3

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      AI navigation is a separate package in newer unity versions. pls install this additionally from the unity packages, from within package manager.

  • @mangawangjerryyanc.220
    @mangawangjerryyanc.220 23 дня назад

    what template did you use? AR core or 2D/3D universal? Thank you for the answer...

    • @firedragongamestudio
      @firedragongamestudio  23 дня назад

      @@mangawangjerryyanc.220 3D Universal

    • @mangawangjerryyanc.220
      @mangawangjerryyanc.220 23 дня назад

      @@firedragongamestudio OKAY, THANK YOU I WILL START DOING THIS TO SEE IF IT WILL WORK ON 2021.3.45F1 VERSION OF MINE

  • @ayunishahira
    @ayunishahira 11 месяцев назад +1

    Hi, I want to ask what if the indicator sphere sunddenly missing from the minimap in game. However in the scene I still can see the indicator sphere. What should I do?

    • @firedragongamestudio
      @firedragongamestudio  11 месяцев назад

      Check near/far plane of the minimap camera, or maybe there is some kind of occlusion happening?

  • @gurunandangr3773
    @gurunandangr3773 3 месяца назад +2

    Hello. Huge respect from India. Your content helped me a lot to complete my academic project which is to build the Augmented Reality Indoor Navigation system to our college premises. One part is done just now. Can you please help me to do some new add-ons like Drop Down Lists to select the destination and map through this app.

    • @aeronbrixteraure5835
      @aeronbrixteraure5835 2 месяца назад

      hey how did you implement the minimap in the indicator my source code only has the position but cannot be applied on the hierarchy

  • @abdulquyyum36
    @abdulquyyum36 3 дня назад

    Hello, does all your used apps to complete this task is free ?

  • @nasimamallick991
    @nasimamallick991 8 месяцев назад +1

    Hie, Nice Tutorial, but my issue is that i am unable to see the target cube as well as the line so what is the issue, can you please let me know?

    • @firedragongamestudio
      @firedragongamestudio  8 месяцев назад +1

      Check the other parts of this series, I explain a few things for debugging there.

  • @dandi_saputra
    @dandi_saputra 9 месяцев назад +1

    I have made it, but the direction of the room in Unity and in the real world is reversed, how can the rotation in Unity match the real world. I mean in the real world I should be walking forward,But in my application it is directed backwards

    • @abhinayreddykothapally1445
      @abhinayreddykothapally1445 9 месяцев назад

      Hlo could pls help me 😢
      I have due date very near 😢

    • @dandi_saputra
      @dandi_saputra 9 месяцев назад

      ​@@abhinayreddykothapally1445I'm also working on my campus project, and the time is also very close😢, I'm looking for a solution. How do we talk On WhatsApp?

    • @vedantnaikwadi4130
      @vedantnaikwadi4130 9 месяцев назад

      ​@@dandi_saputra bro same working on same project i have to present it in 2 months

    • @firedragongamestudio
      @firedragongamestudio  8 месяцев назад

      Just rotate your whole environment or start your app while being rotated in the offseted angle in the real world. That should fix it for starters.

  • @poojab3272
    @poojab3272 Год назад +1

    One more question. If i am going too use minimap. do i have to use 2 ar camera ? is it okay ?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      Just one AR camera, the minimap camera can be a normal camera, which renders to a render-texture. The next parts of this tutorial will cover this.

  • @muhammadzulfadhli3879
    @muhammadzulfadhli3879 5 месяцев назад +2

    I want to ask why my line do not appear?

  • @userzummm
    @userzummm 2 года назад +1

    Thanks for this great video. I have only a problem. There are no errors and I made everything according to the tutorial. But if I build it, I can't connect it with AR camera. When I run the app on my phone, the Unity model comes out, not the camera. Do you know the reason?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, there may be an issue with either your app privileges (camera permission) not set correctly for camera use, or your phone does not support ARCore. Pls make sure to check it :)

    • @userzummm
      @userzummm 2 года назад +2

      @@firedragongamestudio Thank you!! Now, i can use the indoor navigation with ar camera!! It took a really long time to make it. I think I watched your video series a thousand times in two months.(cuz i cannot understand english well..) I'm so happy today. Thank you for your kind reply and video.

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      @@userzummm Glad it's working now 😊 I'd love to support you language-wise, but my Korean is barely good enough to say hello and order food 😅

  • @poojab3272
    @poojab3272 Год назад +1

    Bro ARcore camera is not working on my android phone I have Vivo YT21. Its not supported by AR.
    1)Do I have to use AR supported android phone ?
    2) Can I use Vuforia instead of AR session and camera. ?
    3) If I use this vuforia do i have to change anything in the settings you done in your video.
    and I finally cleared the compiler error. thank you bro.

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      1) Yes
      2) Yes, but with extended tracking and a few adjustments
      3) The general setup will differ, but the most parts are the same.

    • @poojab3272
      @poojab3272 Год назад

      @@firedragongamestudio Thank you so much for the reply

  • @radenviloger
    @radenviloger 2 года назад +1

    21.12 , why don't i show up top down camera and nav target object, the script is the same

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Wild guess: The canvas is in the wrong position, or the camera doesn't show the right layers. You can compare with the github repo in the pinned comment, or the video description 😃

  • @kiyawo3547
    @kiyawo3547 7 месяцев назад

    Hello again! If I have a scanned object because I used a lidar scanner to map the area, does it need to have Environment, Wall Cubes and etc? or I just make that object as is? I know this is not relevant to the video but I still follow the video.

  • @hschen1226
    @hschen1226 Год назад

    hello, thanks a lot for the nice video. may you know how android phone tracks your movement as you walk around? Use camera, GPS or Wifi?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +2

      Hi, the tracking is camera based with a SLAM algorithm. Details can be found here: developers.google.com/ar/develop/fundamentals

  • @airmarshaldinkley
    @airmarshaldinkley 5 месяцев назад

    so i have been following your video from the beginning to the end however i am facing an issue , the direction is appearing on the device but its very small , im unable to figure out what is the reason behind it whether there is an issue with the indicator or ar camera

  • @chhayachouhan7249
    @chhayachouhan7249 2 года назад +1

    After building the apk, my phone only shows the game view as it is I.e.a minimap . I think my app is unable to get the access of my phone camera. I've checked all the permissions. But it's still not working. Please please help me with this

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      I guess there is an issue with your build settings. Check out the second part of the tutorial, as well as the GitHub repo. This should work.

    • @meghna7001
      @meghna7001 2 года назад

      Same issue... can only see the minimap and not the camera streaming. Please help!

    • @chhayachouhan7249
      @chhayachouhan7249 2 года назад

      @@firedragongamestudio Still not working :(

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Pls check if your smartphones support ARCore! The GitHub repo should work, otherwise i don't really know what could cause this problem.

    • @chhayachouhan7249
      @chhayachouhan7249 2 года назад

      @@firedragongamestudio It worked..Thanks:)
      But im facing orientation of walking direction i.e. when im walking straight, the indicator is moving leftwards. Also, its not working in real time.

  • @yumainakhan9870
    @yumainakhan9870 6 месяцев назад

    Hey, can you suggest any platform or method for taking measurements.

  • @LEVELSTAIROfficial
    @LEVELSTAIROfficial 9 месяцев назад

    Can I utilize this way for some large scale application? Such as an office floor? Should my dimensions be Real-life measurements or can I just use a foundation plan and build for it?

    • @firedragongamestudio
      @firedragongamestudio  8 месяцев назад +1

      You'll have to use real life measurements, but just place simple geometry as often as possible. Already built this for a university campus and 5 floors and it works quite well :)

    • @LEVELSTAIROfficial
      @LEVELSTAIROfficial 8 месяцев назад

      @@firedragongamestudio how does this works with multiple floor structure?

    • @firedragongamestudio
      @firedragongamestudio  8 месяцев назад

      @@LEVELSTAIROfficial yes, check the follow up videos, I show how it's done there :)

    • @LEVELSTAIROfficial
      @LEVELSTAIROfficial 5 месяцев назад

      @@firedragongamestudio I did exactly like in the video but i ran into an issue. in the mini map, when i move around and came to starting point, the indicator is elsewhere.
      and the green cube cannot be found. the indicator line is red (not purple).
      also, when rotate the phone, the indicator moves!?

  • @vasavikotta3381
    @vasavikotta3381 9 месяцев назад +1

    For any minimap ur code is applicable

  • @pratishthasingh6102
    @pratishthasingh6102 2 года назад

    @FireDragonGameStudio If I'm making model in blender or by the same method then would there be any measurement issues? like length of the collidor or room?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      as long as teh Blender settings are set to 1 unit = 1 meter and the scaling is correct -> No issues :)

  • @-ver6459
    @-ver6459 24 дня назад

    What version of Unity did you use?

    • @firedragongamestudio
      @firedragongamestudio  15 дней назад

      For this specific tutorial 2021.3, but there is a tutorial for Unity 6 on my channel too :)

  • @aeronbrixteraure5835
    @aeronbrixteraure5835 2 месяца назад

    i cant Insert the top down camera and the targetcube to the indicator hierarchy I've followed your steps maybe the code has an error?

  • @abhisheksk24
    @abhisheksk24 2 года назад +1

    The indicator position is resetting automatically. Is there any distance limitation because of which this mightbe happening. Please help me out.

    • @ishadeshmukh288
      @ishadeshmukh288 2 года назад +1

      Yes facing the same issue please help out

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      usually this should not be a problem. Check the path calculation and the NavMesh bake.

    • @abhisheksk24
      @abhisheksk24 2 года назад

      @@firedragongamestudio Actually while navigating through a hallway it's getting reset back to the starting point and the only difference I can find is there are no or few corners in the navigation mesh of hallway compared elsewhere in the nav mesh

  • @kiyawo3547
    @kiyawo3547 Год назад

    Hi it's me again! Thank you for the answers you gave last 3 weeks ago I have another question, whenever I start the app in the unity using the start button the sphere began starting to other area instead of the starting place? I don't know what's the problem with it do you have any idea what's the problem with it? Plus the version of this tutorial is pretty much outdated since unity changed some parts of the AR Camera now it is an XR Origin and they are using Tracked Pose Driver instead of AR Pose Driver (Input System) I might guess that might the problem why my sphere starts to different area instead of its designated starting point. I hope you answer this because the tutorial was really helpful and I learned a lot. I just need more answers ;-; thank u

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      Hi :) I already updated the github repo to Unity 2022.3 a few months ago and as far as I could test it, everything should work. The changes are minor and can be extracted via the github repo. For your problem, is your starting place at 0,0,0? Because in the editor, the XROrigin + Sphere should usually be at 0,0,0.

    • @kiyawo3547
      @kiyawo3547 Год назад

      @@firedragongamestudio Thank you so much!!! :))

  • @dieulam2830
    @dieulam2830 2 года назад

    @
    FireDragonGameStudio big fan of your work. However, the arrow path is not displaying on the phone, how can I fix it? And do you have any method to display the arrow on the sample scene on unity to see if its guiding correctly?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, thx for the feedback. Just check out the next part of the tutorial, it should answer your questions 😃

    • @dieulam2830
      @dieulam2830 2 года назад

      @@firedragongamestudio many thanks, mate

    • @dieulam2830
      @dieulam2830 2 года назад

      @@firedragongamestudio By the way, do you have any tutorials on how to implement this AR navigation when travelling up or down the stairs?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@dieulam2830 No, unfortunately not. I'm currently thinking about doing smth like this but we'll see ^^

    • @dieulam2830
      @dieulam2830 2 года назад

      @@firedragongamestudio so do you have any approach ideas in mind to do the stairs things?

  • @kiyawo3547
    @kiyawo3547 Год назад

    Do you have any tutorial on how to install the applications and libraries that I need and so that I can start and follow this guide? Thank you!
    I am currently working on a thesis and this tutorial is somewhat useful!

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      It's basically just Unity and the Android components (docs.unity3d.com/2022.3/Documentation/Manual/android-sdksetup.html). The rest should be covered in the setup chapter of the video :)

  • @mcbeepo
    @mcbeepo 2 года назад

    20:02
    >>How do you add that, what buttons do you give it, if you could know, I don't know how to do it, could you please help me.
    -Assets\Scripts\SetNavigationTarget.cs(7,6): error CS0246: The type or namespace name 'SerializedFieldAttribute' could not be found (are you missing a using directive or an assembly reference?)
    -Assets\Scripts\SetNavigationTarget.cs(7,6): error CS0246: The type or namespace name 'SerializedField' could not be found (are you missing a using directive or an assembly reference?)
    -Assets\Scripts\SetNavigationTarget.cs(9,6): error CS0246: The type or namespace name 'SerializedFieldAttribute' could not be found (are you missing a using directive or an assembly reference?)
    >>It tells me this in unity, when I do what you say at 21:19

    • @mcbeepo
      @mcbeepo 2 года назад

      ok, i fix it, but on the phone, everything appears black, except the minimap

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@mcbeepo hi, just for others who might read this comment: the default shortcut for opening suggestions in VS is CTRL+.
      For the black screen, there might be something wrong with your permissions. Sometimes a redeploy fixes this issue.

  • @PixlPumkin
    @PixlPumkin 5 месяцев назад

    When i go to create the AR session Origin i don't see it, i only see AR Session which doesn't have a camera object and XR Origin (mobile AR) which isn't anything close to what is on the tutorial, i tried using these two because they where the closest resemblance too what you have. If i did anything thing wrong or if there is something that i haven't installed please let me know i would greatly appreciate it!

    • @firedragongamestudio
      @firedragongamestudio  5 месяцев назад

      You'll have to choose XR Origin (mobile AR). The AR Foundation used in this tutorial is older, but the repo (link is in the description box) is already using a newer version.

  • @dandi_saputra
    @dandi_saputra 7 месяцев назад

    I have made a plan according to real dimensions. And the line has appeared. But why doesn't the target direction match the one in Unity? For the environment, I have rotated it based on the X Y Z axes, but...The target location does not match. My smartphone already supports arcore

    • @firedragongamestudio
      @firedragongamestudio  7 месяцев назад

      It depends how and where you started. This is a very important limitation of this project.

  • @prabalsharma7240
    @prabalsharma7240 2 года назад

    Hello,which view are you talking about,for easier placement of gameobjects over floorplan,and please tell how to enable it?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      not quite sure, what you're referring to... 🤔

    • @prabalsharma7240
      @prabalsharma7240 2 года назад

      When you are placing the game objects of wallls on floor plan,you are talking about a view to that is giving you 2d view of walls from top ,i just want to know that

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@prabalsharma7240 ah ok, yes I'm just talking about the mini map.

  • @jhngirkhn5
    @jhngirkhn5 2 года назад +1

    Hello sir i did everything what you do but sir in my case it not cover the full distance. I mean sir it cover the distance before the destination. Plz sir help

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Check the path calculation within the code, maybe smth went wrong with the NavMesh bake.

  • @UmerSaadat-n5b
    @UmerSaadat-n5b 11 месяцев назад

    Hey! If the user changes their location, does the code automatically adjust the new path and give new directions to the point instead of sticking to a predefined route?

  • @santoshaji6770
    @santoshaji6770 2 года назад +1

    Thank u so much but a problem occured for me after I render th output ..When opening the app a black screen is appearing the camera is not working ...Is there any solution for this .??

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hmmm... Maybe the camera permissions are not right?

    • @santoshaji6770
      @santoshaji6770 2 года назад

      @@firedragongamestudio thank you camera worked but the cube is not static and is moving along with the camera ...I made the target cube static but still it's moving along us ...Is there any solution for this..???

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@santoshaji6770 If you followed the tutorial everything should work. Does your device support ARCore? You can try to implement the second part of the tutorial or get the github repo too.

  • @chhayachouhan7249
    @chhayachouhan7249 2 года назад +1

    Will there be changes in the script to access my android device camera??

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      No not really. The access should be possible when enabled in build settings.

  • @Codewithpratik07
    @Codewithpratik07 Год назад

    'NavMeshSurface' does not contain a definition for 'IsPartOfPrefab' and no accessible extension method 'IsPartOfPrefab' accepting a first argument of type 'NavMeshSurface' could be found (are you missing a using directive or an assembly reference?)
    I'm getting above error while creating SetNavigationTarget script. Could yo pease help me with that.?

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      I'm not quite sure, what exactly you're doing, but maybe you're just missing the using UnityEngine.AI; statement. Pls note, that newer Unity versions handle the NavMesh "package" differently.

  • @joshuadanieldsouza
    @joshuadanieldsouza Год назад

    hello, Excellent Project , I imported a 3d model instead of making a png map like shown in the video ,cause i've also created a 3d model of the room in revit application and then imported it in unity ,so should i follow the rest of the video . Because i didn't get how u created a map on paint did u just drew a room layout without considering its actual dimensions .

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      hi, you can just continue. the minimap creation is not a crucial part of the project. i drew the map in a scaled way, considering it's dimensions, but stretching the plane in the editor afterwards. just like a real map ^^

    • @joshuadanieldsouza
      @joshuadanieldsouza Год назад

      @@firedragongamestudio oh i get it now , also u scaled your floor(cube) to 6 on the x and 3 on the z axis so does that mean your room is 6 m and 3 m in length and breadth if so than 1 m = 1Unity unit , also thankyou for responding earlier

    • @joshuadanieldsouza
      @joshuadanieldsouza Год назад

      This is crazyyy my phone doesn't support Google Play Services for AR ,it is available for all realme(brand name) phone except for the model i have that is realme 8i . i can't run my AR app :(

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      @@joshuadanieldsouza oh no :/

    • @aditigandhi3630
      @aditigandhi3630 Год назад

      @@joshuadanieldsouzado the units in unity work in this way?

  • @rajaahad1297
    @rajaahad1297 11 месяцев назад

    I have a query . when you make wall material then what you do to make walls invisible? i didnt get it from the video

    • @firedragongamestudio
      @firedragongamestudio  11 месяцев назад

      Select the Occlusion material from the shaders, when creating a new material.

    • @rajaahad1297
      @rajaahad1297 11 месяцев назад

      I have done that but I didn’t understand how you applied it on walls to make them disappear

    • @firedragongamestudio
      @firedragongamestudio  11 месяцев назад

      @@rajaahad1297 just apply the occlusion material to the wall cubes.

  • @tolcserygergely5389
    @tolcserygergely5389 2 года назад

    Hi, I'm working on a little treasure hunting game for a family event, and it looks really great, thank you. I'm just wondering, how you set up the starting point in your app? you have to stand on the starting point? How the app knows the direction? I'm a developer with 10+ yrs of experience, but zero in mobil, AR, or unity :) The measurement in unity is tryin to be accurete, to the real world, and this is how the upp scale it right, or you set it up manually by trying again and again? thank you!

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Hi, yes you're right. The starting point must exactly be the same point, as where you start the app. And the measurements must bei equal to the real world. In the further parts a mechanism for matching your real world point to a point within the app is implemented. I call it "recenter" and you should check it out to expand your treasure hunting game 😊 Pls send a video link, after you're done implementing, I'm curious 😃

    • @tolcserygergely5389
      @tolcserygergely5389 2 года назад +1

      @@firedragongamestudio thanks. I didn't realize yesterday that there are other videos, I'll watch all of them. It's for christmas, and I have to put some tasks to make a real game, so I have a lot of things to do, but I'll write you when I'm ready, thanks again!

    • @tolcserygergely5389
      @tolcserygergely5389 2 года назад

      @@firedragongamestudio hey, sorry to interrupt, I've started to implement your great tutorial, I've just stucked at the nav mesh generating. It doesn't or it's there, just we can't see. I've tried to google it, settings all looks ok. No idea. made a video, if you - or anybody - has 2 minute to watch, I would be pretty greatful, ruclips.net/video/CuVCC006QgI/видео.html

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      @@tolcserygergely5389 Hi, I'll have a look asap (pretty busy atm) and will post an update here. :)

    • @tolcserygergely5389
      @tolcserygergely5389 2 года назад

      @@firedragongamestudio hey thank you for your time, it's pretty lame.. I've asked on stack overflow too, idk maybe there is a community behind unity as behind blender? It would be helpful in the beginning.

  • @mokamig
    @mokamig 2 года назад

    Greetings, do you have a course on indoor navigation on any platform, and can more options be programmed, to use it as a guide within a place? I would like to know.

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Hi :) Unfortunately there is no course, I'm just doing this for fun in my free time, which explains the long pauses between the videos. The guidance idea of yours is totally possible. Check out the second part of the tutorial, this should help you with your project :)

  • @poojab3272
    @poojab3272 Год назад +1

    I got 4 errors in unity whatever program i build
    1)The option setting 'android.enableR8=false' is deprecated.
    It will be removed in version 5.0 of the Android Gradle plugin.
    You will no longer be able to disable R8
    2)
    * What went wrong:
    Execution failed for task ':launcher:packageRelease'.
    > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
    > com.android.ide.common.signing.KeytoolException: Failed to read key AndroidDebugKey from store "C:\Users\pooja\.android\debug.keystore": Invalid keystore format
    3)gradle build failed
    4)Build completed with a result of 'Failed' in 26 seconds (26226 ms)
    UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
    what do i do Anyone if you know please answer me

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      I can't reproduce this neither in Unity 2021.3 nor 2022.2. My wild guess would be to set "Target API Level" to "Android 11.0 (API level 30)".

    • @poojab3272
      @poojab3272 Год назад

      @@firedragongamestudio thank you for replying bro

  • @muhammadazhar5651
    @muhammadazhar5651 2 года назад

    hey there, great tutorial. May I know why I am i unable to find the Android tab under Player Settings. All I have is settings for windows, dedicated server and WebGL. Thanks in advance

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Sure thing, you'll have to add Android build support to your installation. See Here for further details docs.unity3d.com/Manual/android-sdksetup.html

    • @muhammadazhar5651
      @muhammadazhar5651 2 года назад

      @@firedragongamestudio got it, thanks a lot man

  • @andreamase6281
    @andreamase6281 Год назад

    Hello, great tutorial, but I have some problem with the dimension of the map. How did you dealt with that?, did you use real measurament?

  • @MeghaKallihal
    @MeghaKallihal Год назад

    Thankyou! Its a great tutorial.
    Does it work for a imported 3D model, will the minimap parameters still be same? and do we need to add layers even when the model is imported?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      Thx, yes, yes (but a little different) and yes :)

    • @MeghaKallihal
      @MeghaKallihal Год назад

      ​@@firedragongamestudio Can you suggest on the minimap creation for 3d model? or what are the major changes to be done?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      @@MeghaKallihal Well, you'll have to create the minimap based on the model, not the other way round ^^ That aside, everything should work :)

    • @MeghaKallihal
      @MeghaKallihal Год назад

      @@firedragongamestudio hey I tried the same, but the camera does not appear when packaged, only the minimap appears on the screen.

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      @@MeghaKallihal check your camera permissions. Try uninstalling the app in your mobile device and redeploy again. It sometimes fails to ask for permissions.

  • @nv7827
    @nv7827 Год назад

    Hi brother, ive created a 3d model based on my floorplan using sketchup. the measurements for the floorplan in cm and ive built it based on that measurements. now when i import the model into unity, did i need to change any settings for the model or just import it? cuz ive imported before and and did not change any settings, but still my system can't show the line. im thinking maybe because of the real world position. im confused about the real world position of my 3d model. enlight me with correct steps or guidance maybe.thanks

    • @samarshrestha5068
      @samarshrestha5068 Год назад

      did your problem get fixed? if yes how?

    • @nv7827
      @nv7827 Год назад

      @@samarshrestha5068 nope..still trying to do but same...its just when i walk forward the minimap shows im moving backwards in the map..idk why..

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      check your startpoint + orientation and make sure they are matching your model orientation. the next videos of this series will deal with a approach on how to "recenter" yourself in the virtual environment.

  • @ChallaSaraswathiLalith
    @ChallaSaraswathiLalith 4 месяца назад

    hi i am not able to view the camera... the main camera... i am using xr origin instead of ar session origin... thats the problem please help me resolve this

  • @ravinduyasith9548
    @ravinduyasith9548 Год назад +1

    Great project!
    Can you explain that how the map is connected with the real world, How's the mapping works?

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      It's actually a 3D model out of cubes which I built, based on the real world measurements. It's "mapped" via a predefined starting point, aka where you start the app. In further videos this "recentering" will be done with QR codes and for the 3D model data you can use a scan from iPhone, Hololens or Quest3 too :)

  • @kiyawo3547
    @kiyawo3547 7 месяцев назад

    Hello! I have a problem with my Main Camera in my Unity it doesn't open it stays black despite I have XR Plugin Google ARCore ticked on but whenever I build and run and open my application it still shows black screen I already enable the permission to use my camera and still doesnt show. I am currently using version 2022.3.11f1

    • @firedragongamestudio
      @firedragongamestudio  6 месяцев назад +1

      Remove the app from your phone and reinstall it. Sometimes Unity messes things up. Otherwise an update to the latest LTS version of 2022.3 may fix your problem.

  • @kiyawo3547
    @kiyawo3547 Год назад

    Hello again! is there any possible way to add like meters on how far you are from point a to point b?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      Hi, yes. You can just query the distance or use the path length, which is already in meters.

  • @rakshitha8213
    @rakshitha8213 8 месяцев назад

    What are all the changes required for our own blue print according to video go get a proper navigation?

  • @nurzahirahzahidah4172
    @nurzahirahzahidah4172 7 месяцев назад

    How do you connect with the phone device without USB? Could you may to share it? I'm currently doing similar things with your project...pliz respond

    • @firedragongamestudio
      @firedragongamestudio  7 месяцев назад

      Not quite sure what you mean... I've never connected my phone without USB in this tutorial series, but it should be possible with wireless ADB.

  • @DimitrisTheo
    @DimitrisTheo Год назад

    Hello, nice job!
    So with this you can scan a qr code at a place you are and you go to another qr code (destination) ?

  • @MASEANDREAPIO
    @MASEANDREAPIO Год назад

    Hello, great project, but I'm struggling for the dimension of the map, how did you resolve this problem?

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      One Unity unit is one meter in real life, that's the whole secret ^^

  • @dandi_saputra
    @dandi_saputra Год назад

    is it possible to add some place options using buttons. When option 1 is clicked it will show location 1, if you click option 2 then location 2 will appear

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      sure, I'll actually do that in a later part of the series, showing the various "locations" of a scenery with multiple floors. the debug UI uses buttons for this :)

  • @vignanramamurthi9092
    @vignanramamurthi9092 Год назад

    Hi I’m currently working in indoor navigation app but my unity software doesn’t have android settings under player in project setting . Can you help me how to fix this problem

  • @0GRANATE0
    @0GRANATE0 2 года назад

    hey FireDragon, thx for the tutorial, do you know anything about "Spatial Anchors"? Those where the AR App after it scans the envirenment knows where the user is, so that we don't need a QR code for the startin point?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +2

      Hi, thx for the feedback 😃 yes I know about them and how they can be used. But I wanted to keep this tutorial series as simple as possible. Feel free to extend the sample with anchors. I'll consider them for a separate tutorial in the future 😃

    • @0GRANATE0
      @0GRANATE0 2 года назад

      ​@@firedragongamestudio thx for your respone ^^ Do you know if ARcore CloudAnchors work for bigger buildings with multiple floors and rooms? And which one of those should I use: googles cloudanchors or azures cloudanchors or does apple also have one? and am I good to go when I just chose one of those and try to make them work on ios and android with ARfoundation? sooo many questions 🙊

  • @CraigPinto-w1x
    @CraigPinto-w1x 10 месяцев назад

    The line should render when the screen is clicked right? in my case the line is not rendering only. Only the target cube is showign

    • @firedragongamestudio
      @firedragongamestudio  10 месяцев назад

      Check if your line may be too low. I'll explain a few fixes in the next videos, pls make sure to watch them.

    • @CraigPinto-w1x
      @CraigPinto-w1x 10 месяцев назад

      to change the line height i should go to indicator then under components alter the index 0 and index 1 Y values, right?@@firedragongamestudio

  • @jayeshsawant6337
    @jayeshsawant6337 Год назад

    Is it possible to make the same project in AR template?
    You have used 3D template, Right?

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      Yes, you can use the AR template and no I created everything from scratch. But it doesn't really matter, as the AR template is only a template, using the AR Foundation stuff ^^

  • @raulpetre8062
    @raulpetre8062 Год назад

    Hello. So I measured the rooms of my house and I used paint to represent the map. I got to a resolution of 1380x690, but when I Run the app on the phone, my characters moves almost instantly to another room. I tried changing the scale of the "Environment", then I baked again in the navigator. It somehow made a difference but the character doesn't move accurately in the minimap. If I go left, it goes right, and things like that. I don't think it's a bout the rotation, because the logic somehow changes. I would like to ask you how can I modify the scale. Was the changing of the scale of the environment the right approach? Do you have any other suggestion? And why do you think the navigation doesn't work properly.

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      Scale MUST be matching th real world, I guess your starting point was set wrong.

    • @raulpetre8062
      @raulpetre8062 Год назад +1

      @@firedragongamestudio I think I need to recreate the map with cubes in unity. From what I read in the comments regarding your responses towards that question, I saw that I need the scale to be 1:1. So basically if a cube is 1 unit, it's one meter in real life. But I need to do that. Thanks

    • @samarshrestha5068
      @samarshrestha5068 Год назад

      @@raulpetre8062 did making the map 1:1 fix your problem?

    • @raulpetre8062
      @raulpetre8062 Год назад

      @@samarshrestha5068 Yes, it did help. You must have the real life scalings. One very important thing, is that you must start the app and hold your phone at the right angle. For example I said that If I move left, the app shows that I go right. You can solve that by holding your phone in different positions when you start the app. The origin of your starting point sets itself after you start the app, so the accuracy is based on how you found the "sweet spot" when starting the app

    • @warrockveteeran
      @warrockveteeran Год назад +1

      @@raulpetre8062 what do you mean by "You must have the real life scalings"?

  • @l11nd87
    @l11nd87 Год назад

    Thank you so much for making this tutorial! however, when I tried to implement it on my own and import to my iPhone, the minimap is not displayed on the screen, what displayed instead is a white plane in the mid air, what might be the cause?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +2

      Good question, usually the moment you start the app on your phone, your phone itself becomes the world origin (0,0,0), so if you placed the white floor plane on y=0 is floats mid air. Check the other videos of the series, there are unfortunately a few of this small quirks.

  • @ashleshagosavi8953
    @ashleshagosavi8953 9 месяцев назад

    Hello, I followed exactly the same steps as shown in this video I did clicked 'build and run' but my indicator isn't initializing, it isn't tracing camera's movement, isn't showing augumented path. Unable to solve the problem please guide.

    • @firedragongamestudio
      @firedragongamestudio  9 месяцев назад +1

      Feel free to check out the GitHub repo and the follow up videos. That should help.

    • @ashleshagosavi8953
      @ashleshagosavi8953 9 месяцев назад

      Also is occlusion function necessary here?

  • @vedantnaikwadi5394
    @vedantnaikwadi5394 8 месяцев назад +2

    which version of unity are you using which have ar origin session

    • @firedragongamestudio
      @firedragongamestudio  8 месяцев назад

      It's 2021.2 in the video, but the github repo is already using 2022.3

  • @Meekieness
    @Meekieness Год назад

    Hello, I am getting kind of logical error when I run the application to in my phone. the directions from the min map(top downcamera) are correct but the ones showing on the AR camera are opposite compared to the one from the minmap

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      The most likely reason is your starting rotation, when launching the app. You'll have to align yourself to be precisely standing like you set up everything in the editor.

  • @juinfridpoliquit7971
    @juinfridpoliquit7971 7 дней назад

    how to get the exact measurement of a building?

  • @BloodVinksz
    @BloodVinksz 2 года назад

    I am going to make an Outdoor and indoor navigation app AR for our campus. Im still stuck on where start? Can you help me what should I do first?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, well I guess a good starting point would be to watch these 5 tutorial videos.😃For your project, you can basically use everything presented here for indoor and outdoor usage, as this implementation relies on camera footage and default smartphone sensors. The later videos will introduce QR Codes for, what I call, "Recentering", which is basically smth like an anchor for 3D data to real world points. But you'll have to create some kind of simple 3D representation of your environment, this will be a very demanding task.

  • @divyahegde8921
    @divyahegde8921 2 года назад +1

    The target cube and the sphere is getting placed. Even the mini map is working but the path is not visible. Only the objects are getting placed. Any idea how to resolve this?

    • @omadDev
      @omadDev 2 года назад

      The same issue with me

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Have you tried tapping the screen once? ;)

    • @divyahegde8921
      @divyahegde8921 2 года назад

      @@firedragongamestudio yes I've tried but still not getting the path

    • @divyahegde8921
      @divyahegde8921 2 года назад

      Thanks a lot.. Was able to implement!!! Expecting more and more such tutorials on indoor navigation.

    • @likhitchand8967
      @likhitchand8967 2 года назад

      ​@Divya Hegde How did you fix your problem ,I have the same issue!?

  • @pratishthasingh6477
    @pratishthasingh6477 2 года назад

    hello there, do we have to write our own script according to our floorplan? I've made te project but it's not showing the path :(

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, that can happen if the Y position of the line renderer is too low. The next videos (!) will address this issue. The only things that must be changed are the floor plan graphic itself, the walls and the navigation targets. All the scripts are designed to work independetly.

  • @snehashaji5580
    @snehashaji5580 7 месяцев назад

    While I click build and run I'm getting two messages as
    Android NDK not found or invalid. Please, fix it in Edit / Unity -> Preferences -> External Tools
    And
    No Adaptive Performance provider package installed. Adaptive Performance requires a provider to get information during runtime. Please install a provider such as Adaptive Performance Samsung (Android) from the Adaptive Performance Settings.
    what should i do? I'm using unity version 2022.3

    • @erenjaeger1242
      @erenjaeger1242 7 месяцев назад

      In the unity hub add the Android build support module, if you have already installed it then you might have to reinstall the unity editor

  • @genesis2614
    @genesis2614 Год назад

    I have done exactly the same , but line and other virtual object also moves when I move . Is there any way to stop them from moving ?

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      they shouldn't move... pls check if the parenting of the objects is correct. feel free to check the github repo, link is in the description box.

  • @samarshrestha5068
    @samarshrestha5068 Год назад

    any idea how to create/draw the map after measuring the room? I drew a map but when i walk, i go farther than expected and the distance i walk aren't accurate

    • @firedragongamestudio
      @firedragongamestudio  Год назад +1

      Either use a 3D scanner like LiDAR or a Hololens/MagicLeap for meshing with a device. The other way would be to just do it like I did it here and create cubes, which match the environment exactly.

  • @RICreate2024
    @RICreate2024 Год назад

    realy educational video. thank you for creating

  • @code_for_life-c1h
    @code_for_life-c1h Год назад

    hi sir! , that line renderer is not showing properly in my project, what modification can I do.
    it is not showing path at all.

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      Answered multiple times in the comments and in the video itself. Check with InEditor debugging (introduced in the next videos) if a path is generated by NavMesh.

  • @muazsuffyanakhirruddin4608
    @muazsuffyanakhirruddin4608 Год назад

    Hi, great tutorial. i followed excatly your script but after exporting, there's no line forming to target cube. any idea why?

  • @kiyawo3547
    @kiyawo3547 10 месяцев назад

    Hello I'm back again I tried to create this using the latest version and I find some problems in XR Origin I did this tutorial step by step and then I build it and open the app the output just shows blank showing the skybox of the unity layout and I cant see my minimap and not opening my camera or somewhat I can't find fix in the forums :( how do I fix this?

    • @firedragongamestudio
      @firedragongamestudio  10 месяцев назад

      You'll have to add the ARCamera Background for retrieving the camera image.

  • @rajaahad1297
    @rajaahad1297 11 месяцев назад

    how do i add AR camera in XR origin ? there is an option of camera offset and in that we have main camera , should i use that?

  • @adityasprojects7126
    @adityasprojects7126 2 года назад

    How did you create the map? Was the measurement exact? Would be of great help if you could let me know that.

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, I just rebuilt everything in Unity with simple cubes and the measurements are in meters, like in the real world.

    • @adityasprojects7126
      @adityasprojects7126 2 года назад

      @@firedragongamestudio Does that mean 1 Unit in unity is equivalent to 1meter in real world?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      @@adityasprojects7126 yes 😃👍

    • @adityasprojects7126
      @adityasprojects7126 2 года назад

      @@firedragongamestudio Thanks a lot! This has been my dream project! Will follow this. Subscribed!

  • @lettuce8463
    @lettuce8463 3 месяца назад

    i will try this out 🙏🙏hopefully no major errors to encounter

    • @firedragongamestudio
      @firedragongamestudio  3 месяца назад +1

      @@lettuce8463 There is a new version already, maybe start with this - ruclips.net/video/G3khfWQUa78/видео.htmlsi=viruDRvPzxHKsOfG :)

  • @resterdmg5343
    @resterdmg5343 Год назад

    Hello! It`s really great tutorial. But, when i tried to do this, when i start an application on my phone, it crashes or it shows only black screen. What i need to do? I use 2021.2.3f1 version of Unity. I test an app on Xiaomi redmi note 8 pro

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      I show a method for debugging in the following parts. Pls try that, maybe it solves your problem :)

  • @eshanverma1496
    @eshanverma1496 2 года назад

    Hi
    One query please -
    Does size of the floor plan matter ? How is the real world room size being matched to floor plan ? I mean how the length of the room will same as we created in unity ?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, one unit in Unity is 1m in real life, so you just have to match this 😃

    • @eshanverma1496
      @eshanverma1496 2 года назад

      @@firedragongamestudio hi I did the same, but on ground the line is not getting aligned with the floor map.Any suggestion on how to calibrate the real world dimensions.

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@eshanverma1496 There is an issue where the Y position of the line doesn't match the tracked world. I'm addressing this in one of the following videos, so make sure to watch them 😃

    • @eshanverma1496
      @eshanverma1496 2 года назад

      @@firedragongamestudio where is the video ?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@eshanverma1496 In the Videos section of my channel 😃

  • @prabalsharma3007
    @prabalsharma3007 2 года назад

    can we make floorplan without any exact measurements will it work properly? and how to implement and distinguish
    for different floors??

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      This video is just the first part of a 5 video series. The next videos will answer your question about floors and yes it will also work without exact measurement, but don't blame me if someone is hitting a wall or a door 😉

  • @shriniket7
    @shriniket7 2 года назад

    Nice tutorial. What approach would be the best if we want to have multiple destinations and the user has to choose which location he wants to go to? How can we set NavigationTargetObject at runtime?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Thank you 😃 I tested a similar idea with QR codes as starting points and predefined targets. It's mentioned in the video as well, using ZXing (which I learned is actually pronounced Zebra Crossing 😳). All that's to change is the target for path calculation by scripting.

    • @shriniket7
      @shriniket7 2 года назад

      @@firedragongamestudio Ok Thanks, I will look into ZXing. One thing I wanted to ask is if my position is fixed and I added UI buttons on my canvas for different rooms, will I be able to change the TargetCube(NavTargetIndicator) passed to Indicator based on the button click?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      @@shriniket7 Well yes, that's absolutely possilbe, but it will require some extra logic. :)

    • @betelhemgebresilasse7419
      @betelhemgebresilasse7419 2 года назад

      @@firedragongamestudio Nice tutorial !!! Can you share us when you test it with QR code as initial points and predefined targets ?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +6

      @@betelhemgebresilasse7419 Nice suggestion :) I'll try to create a follow up for this tutorial with QR code handling in March!

  • @OMKAR-tz2if
    @OMKAR-tz2if 7 месяцев назад

    In the very start to chamge player settings to android i didnt get the android option i got only webgl mac 3 optionswhat shall i do please help

  • @DeepakKumarYadavDeepak-o9o
    @DeepakKumarYadavDeepak-o9o Год назад

    sir i am getting this error when i am trying to build
    UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors
    at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002da] in :0
    at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in :0
    UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

  • @prabalsharma3007
    @prabalsharma3007 Год назад

    as you rotate the floor cube by 180 degree but still its axis are in same direction only,but when i rotate my floor cube then my axis also gets rotated by 180 degree,can we plse tell me how to do it in your way?

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      My coordinate system is set to World, maybe yours is set to Local. That can be changed in the editor scene view on the left upper side :)

  • @dandi_saputra
    @dandi_saputra 9 месяцев назад

    Hi I'm back again with a new problem. My Line Renderer has appeared at a minimum with a direction that is probably right for the target object. But line Renderer does not appear in my camera and indicator My sphere didn't move at all, even though I was moving in the real world. Ar foundation and Ar core have been installed according to the video😢

  • @yaseenmpuliyavu1253
    @yaseenmpuliyavu1253 2 года назад

    Hi Great tutorial. How can I add sceled(measured) room map in unity. Because when I implemented measurement was not good. Also navigation line also not visible. could you please help me.

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      Hi, thx :) My room map is not scaled at all. It's the real measures in meters. The line renderer may not generate th path in your case, pls check the navmesh calculation and your agent if everything is set up properly.

  • @dandi_saputra
    @dandi_saputra 7 месяцев назад

    I have entered the qrcoderecenter script, but for the accession menu, the AR camera does not appear

  • @rithikag8451
    @rithikag8451 11 месяцев назад

    Thankyou for posting videos, it really helps me alot. I'm having a issues in my project, do i need to test the app at the same place and i configured the line renderer where the origin i fixed , but the line is not rendering in real time environment. please help me to sort this issue.

    • @firedragongamestudio
      @firedragongamestudio  11 месяцев назад

      check if the line is to low and occluded by the minimap. the next videos of the series will tackle this problem, so make sure to watch them :)

  • @janeeyre8288
    @janeeyre8288 Год назад

    Hello ! I'm actually planning on integrating the map that I'll be building with another app, how can I do that? App is based on react native

    • @firedragongamestudio
      @firedragongamestudio  Год назад

      you'll have to generate 3D data at least. there are various ways to do that. your react native app could e.g. create gltf or simply a json file and then generate the room procedural in unity.

    • @janeeyre8288
      @janeeyre8288 Год назад

      Could you explain a bit more, I'll be really grateful@@firedragongamestudio

  • @tallalaazmi1287
    @tallalaazmi1287 2 года назад

    Great tutorial man!
    how did you do that resizing thing at 5:40?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад +1

      Simply via the scale gizmo of the unity editor.

    • @tallalaazmi1287
      @tallalaazmi1287 2 года назад

      @@firedragongamestudio thanks buddy.......!

    • @tallalaazmi1287
      @tallalaazmi1287 2 года назад

      @@firedragongamestudio Hey are you active on any other platform where we can get in touch??? actually I'm new to this thing and often get stuck in some basic issues!!!

    • @tallalaazmi1287
      @tallalaazmi1287 2 года назад

      @@firedragongamestudio The NavMesh may not be generated properly as the ratio between Agent size and voxel size is large. Try setting voxel size to larger than 0.019.
      can you please help with this?

    • @firedragongamestudio
      @firedragongamestudio  2 года назад

      @@tallalaazmi1287 Hi, sry I don't provide support via mail or LinkedIn, as this is a free time project. Technical stuff or features can be requested here in the comments section for future tutorials, but everything else is up to the person further developing based on this tutorial. For the NavMesh issue I'd recommend the second part of this tutorial, where I show in-Editor debugging.