Great video! I have been working almost 2 months to use filtering method combining RSSI beacon and gps result for higher localization accuracy, but it never work so well, placenote is definitely worth to try!
Yeah RSSI is never a reliable system for at least a couple reasons. The main one that limits it's usefulness over time is that fine measurements taken one day can be completely different the next day if someone moves a metal shelf or a new router gets connected or whatever other reason. There so many opportunities for signal strength to change and then you'll be off by tens of meters, useless for indoor navigation.
@@MatthewHallberg I got it working. However I'm unable to read the saved maps. They're being saved in the places tab in placenote dashboard. I checked. The Readmap app just loads AR camera and does nothing. I tried walking around but no collisions with the arrows.
Maybe plug into x code and see what errors your getting. I know for me it won’t reload the map if I didn’t create a destination mode (that diamond) it will get into an infinite loop. I should have put a check for that but was just rushing to get everything done so I left a ton of stuff out.
@@MatthewHallberg Yup I'm gonna do that in a bit after breakfast. I did create the destination. I'm tried scene kit version too from placenote but unity seemed much easier and clean.
Great stuff! Why can't more UA-camrs be this concise and effective with their content? Question.... What accuracy can you achieve with the placement of these nodes? cm, mm, miro, nano? I am thinking of an industrial application that could use this.
Look into 6D.AI. Some next level stuff. Can create realtime meshes. Basically the API solution you are looking for, that uses Computer Vision to do re localization. Been playing with it recently and its just plain fun.
Yeahh I keep meaning to look into that but last time I checked it was closed beta so I would feel bad doing a video on it if not everyone could get access.
True, but from their Slack channel discussions I've read, they'll be opening up soon. Might be best to just get in, see how the SDK works, and have a video on the back burner when they come out of beta.
Agree! I am using it in my next project. Was at TC AR UCLA last week and also tried Magic Leap for the first time. 6d.ai CEO was on the stage. As a beta member, I am just afraid that the big guys will buy them out.
I don't think Matt Miesnieks has the intention of getting bought out. Not unless it aligns with their goals of making it the dominant set of cross platform APIs for mobile AR. At the moment, I don't think they need any help from a company that would potentially buy them out. They seem to be doing well raising money, and they're hitting some strides on their dev road map. Probably the most promising SDK out right now.
I share a similar opinion but seeing the big guys moving(Adobe Aero) is a clear msg that AR Cloud has started and MR could be the next Web. But let's just relax and enjoy the sdk :)
Perfect video and channel over all! One quick question ; how big the map can be ? Will affect phone performance or because its cloud based can support larger maps ?
This is awesome. Indoor navigation has been something I am highly interested in, which is both cool and useful. Are you doing some project for Magic Leap? There is a Magic Leap hackathon next month in San Francisco. Thought it might be something you would be interested in.
Yeahh I would love to play with one and I would have bought one the day it was released if I wasn’t soo poor lol. Hopefully I will be able to make some money when I’m done with school so I can get one.
I totally feel you there. The Magic Leap one is pretty expensive. I spent over two years on mobile VR/AR before finishing my graduate school and having a full-time job to pay for all the XR "toys", lol. You will for sure get there very soon!
@@MatthewHallberg Hi! you as an AR expert, what kind of detection this guy might be using on his app? Please check it out at twitter.com/shekitup?lang=en
Hey Matthew, I managed to make this work even with iOS 15 and i'm glad. I know this might be a little late but could you do a video of explaining the codes in the scripts you made? I'm trying to study your work and develop my own app and it would mean a lot!
Mr. Hallberg, your videos are a diamond in the rough. Really great stuff, thank you for doing these. Can you recommend a program for beginners to learn Unity and AR development? Happy Christmas!
Hey Matthew I love what you are doing with your videos they are truly amazing Just wanted to ask if you can make a video on how you used a image in the real world to effect a gun in the vr world Like how you did in Stalk. Thank you for everything and I can't wait for the new ideas you come up with. Have a great day.
It isn't working for me either. Even though the app prompts for camera access but the camera won't work on it. Have you been able to get it working? I'm using an android device
Definitely going to try the RSSI method, I think it can be perfected with machine learning upto some extent. But how would you go about on accurate outdoor navigation? So far I've been trying to combine slam and gps to create an accurate map of my neighborhood but it's too much work to do on my own :P
Yeah I have read about people using ML to calculate a more accurate position among nodes that’s a cool idea. Yeahh that would be hard I’m over the GPS stuff it’s soooo frustrating lol.
Hi Matthew! Thanks for this amazing video and for sharing your knowledge. How would this work with ARCore or ARKit image marked AR or Vuforia Image Targets? Can I have them both running the same scene? Or do you suggest putting them in two separate scenes? My next question is, how many maps can you create in one scene? Thank you!!
Can u pls make a video with ar core. I couldnt find anything online. Also like u said in 4:08 We have persistent cloud anchors right. So that should solve 24h problem. So can u pls make another video?
Nice video! I will like try to create a spacial app but at this moment PlaceNote don't have support for android, do you recommend other platform to both devices(Ios and android)? tks!
it shows me this in the build settings "Unable to access Unity services. Please login, or request membership to this project to use these services" while I'm trying to build for iOS .
I edited the project to work with multiple maps. Create scene works perfect but I can't see the map. After loading the map: prevStatus is waiting and current is lost then both are lost, and I cant find any points. What can I do to fix that?
Hi. I have question regarding arcore... How to pause or resume the arcore session?... I can't find any code example for it... Also I wanna know... Is it possible to serialize the arcore session?
when I'm building this project it is giving me error "because you are not a member of this project this built will not access unity services. Do you want to continue?" What should I do??
Hey, thank you for the video! I'm just started to plan a little AR treasure hunting app, what will operate only in my apartment. I'm a programmer but never did anything AR and/or mobile. I'm just wondering, what are the best technologies to use here. - I want virtual marks to appear on strictly specified 3d points (x,z and y too) - I can't put any marks on the places, to drive the app - I can teach the 3D space to the app before the using - in general - but I can't garantee, that every little thing will be on the same place (only walls, doors, bigger furnituers) I would like to put a game layer onto it but it's not in AR, just some questions, the gamer has to answer to get the mark of the treasure. - it has nothing to do with AR This thing in your looks nice, but I need it for android, and - if I'm right - they didn't make it for android yet. Thank you for the advice
Hello Mathew, great tutorial on interior navigation. How could the RA be added to the example? I tried to import the 'ARKit1.5' to make RA and I get errors when loading the package, any ideas ?, I would appreciate it. Thank you regards
I have documentation dating back to December 2017 for this very idea and it's very close to what I built in Unity. When did you first come up with this idea?
Ohh nice! Actually it wasn’t my idea everyone was just requesting it so I ended up giving in and looking for a solution. I never really wanted to do it cause I knew it would be hard but luckily Placenote did all the hard work so I got lucky lol.
Hi Matthew I'm so happy for the new video but I'm really want the the dinusour 3d asset for my Gproject that you used in a previous video because it no longer available please🙏🙏🙏
I'm working on indoor navigation AR app for college building. I want to scan route in placenote app and add notes too. How can I do it with latest version of placenote. Want tutorial which will guide from scratch. Please help!!!
What is your Xcode version to deploy that app? I am getting some errors on compile to the phone. "Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class' ". Thank you Sensei!
hi what'up you don't post videos for a long time, waiting for new videos!! I want to ask you if I can add AR objets to my virtual map implemented with mapbox for unity. Thank you :)
Great work as always!! :D I’m doing something similar but I haven’t implemented the a star algo. I just save the map and show it but I am working on some sort of filter or grouping the navigation arrows based on some category. I dont know if should let the category be decided by the user or should I put in some general categories or tags for start. What do you think would work better? PS: You fuckin rock man! 🤘🏼
Thanks dawg!! Yeah that would be cool to have a drop down where the user chooses how they want to see it cause sometimes it would be useful to see the whole map through walls and everything.
DEADSHOT : OMKV yeah you can just walk around and drop objects around you and save that map. It’s all there in the sdk. They have a scene built already
Hi Tanmay, could please share us your experience in adding categories to Matteh's project, I've downloaded the code and run it, created the map, but can't read it again to follow back the destination.
Hello Matthew. Was just wondering if you know what to do when the error message " The associated script can not be loaded. Please fix any compile errors and assign a valid script " ?
I am currently looking to get this working. thx for all the explanation, but did you update it at some point? i downloaded the stuff from the github and when i open it with unity it says it is 2018.4.8 instead of the 3.0 you clicked on..
I want to make a 2d indoor positioning(I want to see the position of my drone/robot from above in a pre-made map).Can anyone provide me with any tutorials or suggestions or resources such as programs that would make my job easier?
PNSetFrame Placenote SDK not initialized and Empty landmarks, probably tried to fail LibPlacenote:GetMap() FeaturesVisualizer:DrawMap() when i run the application .. two error occured which are highlighted above .. kindly help me to resolve this error
Hi Matthew, thanks for sharing this. I encounter a question, after I create my map and read map from Placenote. after startSession called, currstatus of OnStatusChange in ReadMap is always WAITING is there anything I missed? thanks.
hi matthew I'm also working on augmented reality its a learning app i really need some suggestions to start this project I don't know from where I should start and i want to make an android support app . please give me some suggestions it will help me a lot please ......
hey mattew iam modifying the placenote randomshpes sample app map is creating and loading successfully but how will i be able to give animation to only the last destinition node in it iam not getting it any help?
i seem to get a error for those scripts in Make and Read map. it says to fix any compiling issues... Anyone got any idea how to fix this?? EDIT: The exact thingy i get is : The associated scripts cannot be loaded. Please fix any compile errors and assign a valid script.
TCN LIVE ɴᴇᴛᴡᴏʀᴋ Is it possible to replicate this project for Mix Reality Specifically Hololens 1? I want to build a path finding voice controlled Mix Reality App for Windows
great video altmost hard to keep up 😁 After opening the project and try to past te api key i get:" the associated script can not be loaded. please fix any compile errors" Is there a way to realo the scripts from the source?
Hmmm that’s really weird are you on the same version of unity? Is the build target iOS? Also did you try compiling any scripts before you pasted the api key?
Hi Matthew, Very nice tutorial..I tried as you shown in this tutorial, after create map it showing successfully updated..!!.. after that nothing happening..i tried relaunch the app and tap on road map after that it's not showing any thing can please tel me what i am missing...???Any one pls help me
I'm just starting a project using augmented reality and you are truely inspiring!
Thanks a lot for these videos!!!
Sooo cool! Glad to help!
How do you make indoor map
Great video! I have been working almost 2 months to use filtering method combining RSSI beacon and gps result for higher localization accuracy, but it never work so well, placenote is definitely worth to try!
Yeah RSSI is never a reliable system for at least a couple reasons. The main one that limits it's usefulness over time is that fine measurements taken one day can be completely different the next day if someone moves a metal shelf or a new router gets connected or whatever other reason. There so many opportunities for signal strength to change and then you'll be off by tens of meters, useless for indoor navigation.
The placenote guys are so cool! Shoutout to PJ and Neil for helping me with their SDK 🔥
Neil is the man! So nice and knowledgeable.
i have an issue with downloading the unity sample app to my iphone 6s..sync failed..please any help?
Same busy with school. But was waiting for the new video. Going to use the info for AI class seems like very cool project. Thank you for sharing.
Yeahh no prob!!
Matthew you are brilliant work in Augmented Reality 😊
That's awesome! Still waiting for android version thx
Just curious, is android version now released?
It's the video I've been waiting for a long time ..... Thank you very much Matthew
Hello Matthew. We are still waitin for Unity-Android version
Yup plz
@@RudraSingh-pb5ls still waiting
@@ThimilaChanilka I guess we all are
Have you got some other method
@@RudraSingh-pb5ls do you find any method?
@@TcnLiveNetworkIs it possible to replicate this project for Mix Reality Specifically Hololens 1?
And gentlemen we finally got the most awaited video. Thanks Matt.
HHha now everyone can’t quit asking lol and I can go back to makin easy videos.
@@MatthewHallberg I got it working. However I'm unable to read the saved maps. They're being saved in the places tab in placenote dashboard. I checked. The Readmap app just loads AR camera and does nothing. I tried walking around but no collisions with the arrows.
Maybe plug into x code and see what errors your getting. I know for me it won’t reload the map if I didn’t create a destination mode (that diamond) it will get into an infinite loop. I should have put a check for that but was just rushing to get everything done so I left a ton of stuff out.
@@MatthewHallberg Yup I'm gonna do that in a bit after breakfast. I did create the destination. I'm tried scene kit version too from placenote but unity seemed much easier and clean.
I'm so happy to see a new video from you, Matthew! Amazing one as always, thanks a lot.
Anytime!!
Great stuff! Why can't more UA-camrs be this concise and effective with their content? Question.... What accuracy can you achieve with the placement of these nodes? cm, mm, miro, nano? I am thinking of an industrial application that could use this.
Still waiting for the android implementation
Usage application; Cataloging mom and pop bookstores, and allowing customers to find sections and books simply.
Now that's a great business to start!
Hi Matthew.... Waiting for the video in android....🙂... Can u share any tips or resources for implementing AR way finding in android...?
Have you any video for android ?
The reason this is impossible for android is because ARCore did not implement saving sessions yet...
Its amazing how A.R. has been growing!
Thanks for sharing you knowledge ur videos help me a lot always! .
Hope to see this sdk for Android
Man I miss you. Come back and make more video :(
Ahhh haven’t heard from you in a while! How you been?
@@MatthewHallberg ha ha. I am good. been experienting with indoor navigation. Thats how stumbled upon this video
Hey, Matt! STILL WAITING FOR THE ANDROID VERSION PLS! You're awesome btw.
That will look even cooler with dots not visible behind walls, 6d.ai is capable of creating occlusion
Yeah I gotta check that out
Look into 6D.AI. Some next level stuff. Can create realtime meshes. Basically the API solution you are looking for, that uses Computer Vision to do re localization. Been playing with it recently and its just plain fun.
Yeahh I keep meaning to look into that but last time I checked it was closed beta so I would feel bad doing a video on it if not everyone could get access.
True, but from their Slack channel discussions I've read, they'll be opening up soon. Might be best to just get in, see how the SDK works, and have a video on the back burner when they come out of beta.
Agree! I am using it in my next project. Was at TC AR UCLA last week and also tried Magic Leap for the first time. 6d.ai CEO was on the stage. As a beta member, I am just afraid that the big guys will buy them out.
I don't think Matt Miesnieks has the intention of getting bought out. Not unless it aligns with their goals of making it the dominant set of cross platform APIs for mobile AR. At the moment, I don't think they need any help from a company that would potentially buy them out. They seem to be doing well raising money, and they're hitting some strides on their dev road map. Probably the most promising SDK out right now.
I share a similar opinion but seeing the big guys moving(Adobe Aero) is a clear msg that AR Cloud has started and MR could be the next Web. But let's just relax and enjoy the sdk :)
Hey Matth will there be a tutorial without using placenote? Thx :)
Thanks Matt, worked on iOS 13.1.2
Perfect video and channel over all! One quick question ; how big the map can be ? Will affect phone performance or because its cloud based can support larger maps ?
This is awesome. Indoor navigation has been something I am highly interested in, which is both cool and useful. Are you doing some project for Magic Leap? There is a Magic Leap hackathon next month in San Francisco. Thought it might be something you would be interested in.
Yeahh I would love to play with one and I would have bought one the day it was released if I wasn’t soo poor lol. Hopefully I will be able to make some money when I’m done with school so I can get one.
I totally feel you there. The Magic Leap one is pretty expensive. I spent over two years on mobile VR/AR before finishing my graduate school and having a full-time job to pay for all the XR "toys", lol. You will for sure get there very soon!
@@MatthewHallberg Hi! you as an AR expert, what kind of detection this guy might be using on his app? Please check it out at twitter.com/shekitup?lang=en
Hey Matthew, I managed to make this work even with iOS 15 and i'm glad. I know this might be a little late but could you do a video of explaining the codes in the scripts you made? I'm trying to study your work and develop my own app and it would mean a lot!
How would you do that?? Will you please explain?
Hey brother i need your help in developing this project for my college project please help me
Aaaaaw senpai is back with another banger.
Hahah thank you man!!
I like your video very much! So knowledgeable!
Thanks so much!
Mr. Hallberg, your videos are a diamond in the rough. Really great stuff, thank you for doing these. Can you recommend a program for beginners to learn Unity and AR development? Happy Christmas!
After so long finally ❤️
Yesss sorry it took forever!
Hey Matthew I love what you are doing with your videos they are truly amazing
Just wanted to ask if you can make a video on how you used a image in the real world to effect a gun in the vr world
Like how you did in Stalk.
Thank you for everything and I can't wait for the new ideas you come up with.
Have a great day.
Finally a new video!
The read map isn't working for me. Please let me know what I should look for. Thanks!
It isn't working for me either. Even though the app prompts for camera access but the camera won't work on it. Have you been able to get it working? I'm using an android device
Definitely going to try the RSSI method, I think it can be perfected with machine learning upto some extent. But how would you go about on accurate outdoor navigation? So far I've been trying to combine slam and gps to create an accurate map of my neighborhood but it's too much work to do on my own :P
Yeah I have read about people using ML to calculate a more accurate position among nodes that’s a cool idea. Yeahh that would be hard I’m over the GPS stuff it’s soooo frustrating lol.
Amazing that really gonna work out for me .. thanks 👍👍👍❤
Bro thank you so much for your video, am not just clear on the part where you Map the room and set the arrows to know how to locate
Hi Matthew! Thanks for this amazing video and for sharing your knowledge. How would this work with ARCore or ARKit image marked AR or Vuforia Image Targets? Can I have them both running the same scene? Or do you suggest putting them in two separate scenes?
My next question is, how many maps can you create in one scene?
Thank you!!
Hi Sir, it is great video. It helped a lot.
What can we use instead of placenote for android??
Thanks dude this is amazing!!!!
Hope it helps!
Thank you so much for the tutioral 😊🤗🤗🤗🤗...it looks amazing.....you are amazing too.... hope it will help us...
Thank you so much hope it helps!
MatthewHallberg now waiting for the solution for Android...😋
Got you!
Can u pls make a video with ar core. I couldnt find anything online. Also like u said in 4:08 We have persistent cloud anchors right. So that should solve 24h problem. So can u pls make another video?
My guy Thanks for the app!!!!! If you don't mind can you show me how to configure and use Ps4 or Xbox controllers in Unity... Thanks in Advance
For android you can just use cloud anchors.
Nice video! I will like try to create a spacial app but at this moment PlaceNote don't have support for android, do you recommend other platform to both devices(Ios and android)? tks!
Hello Matthew Still waiting for the Android Version. Hope you come up with the better solution soon
This is really cool! I wanted to understand that if you are using gps here than how is the accuracy for the indoor location.
Hi Matt, would you mind to teach how to get the app & got the details in the placenote's "place"?
it shows me this in the build settings
"Unable to access Unity services. Please login, or request membership to this project to use these services"
while I'm trying to build for iOS .
How is the state of things theses days matthew? Have you seen updates on what is the state of the art nowadays. How would implement this nowadays...
I edited the project to work with multiple maps. Create scene works perfect but I can't see the map.
After loading the map: prevStatus is waiting and current is lost then both are lost, and I cant find any points.
What can I do to fix that?
can you explain how the algorithm gives those green dots whet it finds the obstacle and is that called mapping?
Are there updates about Android version? is it possible to do too?
Hello matthew...awesome!!
I have a question....how you move the camera in unity world with the device?
Hi Mathew, you can put more ' Create Destination ' than just one.
I'd appreciate it if you'd tell me how to do it.
Thank you
Best regards
Hi. I have question regarding arcore... How to pause or resume the arcore session?... I can't find any code example for it... Also I wanna know... Is it possible to serialize the arcore session?
That's cool I like it! I want try build ar outdoor navigation but I have no idea how to do it.Can you show me how to do ar outdoor navigation?
when I'm building this project it is giving me error "because you are not a member of this project this built will not access unity services. Do you want to continue?" What should I do??
Hey, thank you for the video! I'm just started to plan a little AR treasure hunting app, what will operate only in my apartment.
I'm a programmer but never did anything AR and/or mobile. I'm just wondering, what are the best technologies to use here.
- I want virtual marks to appear on strictly specified 3d points (x,z and y too)
- I can't put any marks on the places, to drive the app
- I can teach the 3D space to the app before the using - in general - but I can't garantee, that every little thing will be on the same place (only walls, doors, bigger furnituers)
I would like to put a game layer onto it but it's not in AR, just some questions, the gamer has to answer to get the mark of the treasure. - it has nothing to do with AR
This thing in your looks nice, but I need it for android, and - if I'm right - they didn't make it for android yet.
Thank you for the advice
Hello Mathew, great tutorial on interior navigation.
How could the RA be added to the example?
I tried to import the 'ARKit1.5' to make RA and I get errors when loading the package, any ideas ?, I would appreciate it.
Thank you
regards
I have documentation dating back to December 2017 for this very idea and it's very close to what I built in Unity. When did you first come up with this idea?
Ohh nice! Actually it wasn’t my idea everyone was just requesting it so I ended up giving in and looking for a solution. I never really wanted to do it cause I knew it would be hard but luckily Placenote did all the hard work so I got lucky lol.
@@MatthewHallberg ah ok cool.
Hi Matthew I'm so happy for the new video but I'm really want the the dinusour 3d asset for my Gproject that you used in a previous video because it no longer available please🙏🙏🙏
Crap I don’t have anything from that project anymore. You couldn’t find it on google?
@@MatthewHallberg No i searched alot and cant find it 😥😥
How we do the same thing for indoor system but by using GPS?
I'm working on indoor navigation AR app for college building. I want to scan route in placenote app and add notes too. How can I do it with latest version of placenote. Want tutorial which will guide from scratch. Please help!!!
What is your Xcode version to deploy that app? I am getting some errors on compile to the phone. "Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class' ". Thank you Sensei!
Did you solve this issue ? If yes can you please teach me how to do it
Solved this issue by adding (id
Can i find the code that you wrote for this, I'm trying to replicate a similar project for school?
Map saved and loaded, but console shows tracking lost, unsure why this is happening.
hi what'up you don't post videos for a long time, waiting for new videos!! I want to ask you if I can add AR objets to my virtual map implemented with mapbox for unity. Thank you :)
Great work as always!! :D
I’m doing something similar but I haven’t implemented the a star algo. I just save the map and show it but I am working on some sort of filter or grouping the navigation arrows based on some category. I dont know if should let the category be decided by the user or should I put in some general categories or tags for start. What do you think would work better?
PS: You fuckin rock man! 🤘🏼
Thanks dawg!! Yeah that would be cool to have a drop down where the user chooses how they want to see it cause sometimes it would be useful to see the whole map through walls and everything.
MatthewHallberg I’ll post a video as soon as it’s done. It’s taking a bit longer bcoz of my actual ofc work it sucking up most of my time :P
DEADSHOT : OMKV yeah you can just walk around and drop objects around you and save that map. It’s all there in the sdk. They have a scene built already
@DEADSHOT : OMKV I'm not sure what texts you are talking about. But if you mean the waypoints or arrows to mark the path yes you can use images too.
Hi Tanmay, could please share us your experience in adding categories to Matteh's project, I've downloaded the code and run it, created the map, but can't read it again to follow back the destination.
Hello guys!
I have build my application but problem is I cannot read map which I saved already. How can I see?
hey Matthew ....how can i render videos on specific gps coordinates????plz help....im stuck with this problem
This is sick
Hello Matthew. Was just wondering if you know what to do when the error message " The associated script can not be loaded. Please fix any compile errors and assign a valid script " ?
very incredible :O
Thank you!!
is there any tutorial in Ar core and unity for the same project??
also looking for ARCore in unity.
i'm searching the same
@@pinscribd are you found some thing?
Awesome buddy
Thanks man!
I would like to put a clock in a passthrough ar.
I am currently looking to get this working.
thx for all the explanation, but did you update it at some point? i downloaded the stuff from the github and when i open it with unity it says it is 2018.4.8 instead of the 3.0 you clicked on..
bro could u do this same project using bluetooth beacon technology with AR
I want to make a 2d indoor positioning(I want to see the position of my drone/robot from above in a pre-made map).Can anyone provide me with any tutorials or suggestions or resources such as programs that would make my job easier?
Found anything?
Hey Mathew
Can the project work on multiple floors and staaircases
please upload complete tutorial
PNSetFrame Placenote SDK not initialized and
Empty landmarks, probably tried to fail
LibPlacenote:GetMap()
FeaturesVisualizer:DrawMap()
when i run the application .. two error occured which are highlighted above .. kindly help me to resolve this error
Hey Matthew !!....Thanks for your work!!....Its December now and I am wondering if the android solution is verry close ??
What version of unity are you using matthew? please respond quickly i have an app assignment due in 3 days
Unity2018.3.0b3
May be a beta version
Hi Matthew, thanks for sharing this.
I encounter a question, after I create my map and read map from Placenote.
after startSession called, currstatus of OnStatusChange in ReadMap is always WAITING
is there anything I missed?
thanks.
How can i put a 3D object in VR over an image in a specific lattitude and longittude? Do you havr a tutorial?
hi matthew I'm also working on augmented reality its a learning app i really need some suggestions to start this project I don't know from where I should start and i want to make an android support app . please give me some suggestions it will help me a lot please ......
Can you list which are the algorithm used in the development of ar
Hello Mathew, can we do the development on windows machine for this ??
Can you make the same tutorial with arkit worldmap .
hey mattew iam modifying the placenote randomshpes sample app map is creating and loading successfully but how will i be able to give animation to only the last destinition node in it iam not getting it any help?
i seem to get a error for those scripts in Make and Read map. it says to fix any compiling issues...
Anyone got any idea how to fix this??
EDIT: The exact thingy i get is :
The associated scripts cannot be loaded.
Please fix any compile errors and assign a valid script.
we need you to make a topography app
TCN LIVE ɴᴇᴛᴡᴏʀᴋ Is it possible to replicate this project for Mix Reality Specifically Hololens 1? I want to build a path finding voice controlled Mix Reality App for Windows
Is it possible to expand this to a PC?.. like for a C++/python based autonomous robot?
tengo una duda, si uso unity 401FT en windous 10 tambien funciona.......
i need help with such app. Is it possible to create such app with flutter?
When are doing the android cloud anchor with Google arcore
Hi Matthew..... waiting for the android version.... please help us to develop this for android platform... Thanks
great video altmost hard to keep up 😁 After opening the project and try to past te api key i get:" the associated script can not be loaded. please fix any compile errors" Is there a way to realo the scripts from the source?
Hmmm that’s really weird are you on the same version of unity? Is the build target iOS? Also did you try compiling any scripts before you pasted the api key?
which version do I need? I downloaded the latest version
@@timvogt7088 You need to open the project in 2018.3.b versions.
I downloaded unity hub and it shows the scripts👍
same here how you solved?
Hi Matthew, Very nice tutorial..I tried as you shown in this tutorial, after create map it showing successfully updated..!!.. after that nothing happening..i tried relaunch the app and tap on road map after that it's not showing any thing can please tel me what i am missing...???Any one pls help me
What hardware that we need? Can we make Ar path way and map without use bluetooth beacon