I watch videos because having dyslexia causes anxiety and irritation while reading. People that produce content like this evokes a discomfort very similar to when I need to read a certain quantity of material. *This does not at all happen during hundreds of theoretical physics debate videos ect. Maybe it's the left brain musical tones or something, that's making me want to drive my head through a wall; I don't know.
@timenotspaceproduction25 күн бұрын
any updates in the past 4 years on this ? doing research for a new project now , i found realityViewCameraControls which seems related , curious what insight you may have 🔮
@esikmalazmanАй бұрын
Anyone run into same problems where the object not showing in the scene after placement?
@esikmalazmanАй бұрын
Quick update, for those running into this issue need to fix the AnchorEntity with this AnchorEntity(plane: .any, classification: .any, minimumBounds: .zero). This manually adjust the model scale compensation for each to see the best results
@amir12184Ай бұрын
As of Oct 2024, it seems like XCode 16 does not supports editing .usdz files like shown in the video. Instead you are treated to a “Export to SceneKit” button located in the top right corner, which converts the usdz file to .scn file, where you can still edit the object as shown in the video. You can export the file to usdz after you’ve done editing. I’m sure it’s gonna cause a lot of headaches to someone in the future, but that’s our apple overlords for you. Don’t like it? Become an Android developer…
@CopycatStudiosLAАй бұрын
answer - a merge of real and digital elements/environments?
@bphillips062 ай бұрын
How fast can AR systems map environments that you are moving through?
@hotmandead12 ай бұрын
Thank you for this amazing series
@prabalhayden89632 ай бұрын
i have followed along and my model is not appearing. in the func place() Added entity model to scene is not being printed, Help.
@arsalanwahidasghar47492 ай бұрын
Ryan this was 5 months ago hope you are well
@16ivnidhishreddybaddhevolu92 ай бұрын
The term augmented reality means to create the imaginary object or atmosphere in real world
@swapnilxi2 ай бұрын
when we are going to see videos for vision os
@gaganrajput18783 ай бұрын
Augmented Reality is a combination of real world and digital objects that is created by computer
@Omnia360Solutions3 ай бұрын
Really cool Ryan... Congrats !!
@jeanfernandez53973 ай бұрын
Is this tutorial obsolete now that VisionOS doesn't support ARView?
@Patresko-SVK3 ай бұрын
If you dont see object in newer iOS and Xcode the problem is AnchorEntity(.plane) just replace to AnchorEntity()
@ДенисНикитенко-я6я4 ай бұрын
MacOS and Windows do not detect the iPad in 3tools via cable. This does not allow me to connect the iPad to the Xcode. What could be the problem?
@SaidiAbdulOlusanya4 ай бұрын
Your explanation is very lucid and straight. Thanks
@vikashotelier4 ай бұрын
HOW CAN WE DISTINGUISH AR FROM VR?
@garofair4 ай бұрын
Hey. VERY late to this video but had a question. Is there logic or reasoning (or best practices) behind the order you stack the formatting properties? Like why you’d have to stack the corner radius after the others? Super fun tutorial! Thanks!
@vaibhavkulkarni87445 ай бұрын
Can you explain how to push swift app to GitHub on iPad ?
@DancesWithDingo5 ай бұрын
I didn’t think at first that this would be useful because it was in playground on iPad, but I was WRONG!! Great video!
@antyhereforeva5 ай бұрын
What if your bowling ball goes straight through the pins?
@deimovprojects5 ай бұрын
Hello. excelent tutorial.... and how i could put a 3D tshirt following the body??
@jesusleguiza776 ай бұрын
Hi, there is some one for flutter?
@canaanjonliugonmei14106 ай бұрын
Wonderfully explained
@AA-iw9sq6 ай бұрын
Can I use front camera of iPhone to do the body tracking?
@AestivalSpirit6 ай бұрын
Being new to this, none of the tutorials, such as this one tell you how to use an actual Apple device such as an iPad to test your project on a non-simulator.
@TejasMishra-wx1cq6 ай бұрын
Hey! Ryan (@ryankopinsky), Can this code be used for the Apple VisionOS? Because there is no support for UIScreen. Please Help!
@SamPorter-wh8mu6 ай бұрын
I am trying achieve this thing in vision os but it is coming only AR icon, But not loading the model thumbnail. Could you please guide me?
@KrishnaNarola-od9ch7 ай бұрын
Not able to see objects in arview after confirm placement. Also not working with latest iOS
@KrishnaNarola-od9ch7 ай бұрын
Not able to see placed object in arview though in console it shows placed. Can you please help me?
@6957-c5k7 ай бұрын
You have the project already completed on a different monitor, why didn't you simple talk through the code instead of explain a straightforward demo for 1hr+ video.
@msdesiraecannonministerfor69218 ай бұрын
Appreciate your commentary on ar products and services available for free
@alexnovikov16098 ай бұрын
Hi Ryan! Thank you for another useful video!
@2475manoj8 ай бұрын
which is the IDE editor you are using
@CtrlHelp8 ай бұрын
ar there any possibility to use augmented phone front camera?
@SouravDas-nb9ku9 ай бұрын
Hi, I enjoy watching your tutorials. Lots of learning. Now, instead of tapping the button how to add swipe to place models into the scene? Looking for your solution. Thanks!!
@Meekismwisdom9 ай бұрын
Thank you .
@Simulationtwelve9 ай бұрын
Oh how far the rabbit hole goes
@davidshore35239 ай бұрын
Im a truck driver. I want to develop an AR where it shows how it feels to be a truck driver, with every interaction with other drivers, customers, and CDL training, from book work, to pre trip inspection, what to look for, and even testing with an 18 wheeler and what to expect.
@이가은-c4g10 ай бұрын
Thanks ! It was a lot of fun !!! If it can, I wanna see the github,,!
@murathandemirci160210 ай бұрын
Hi Ryan, how can i implement plane changing while drag object? Just like apple ar quick look
@Venu_S_131910 ай бұрын
Thanks!
@realityschool10 ай бұрын
Thank you so much for the super thanks!! That is very kind of you 🙏🏼
@r-mlogisticromania319310 ай бұрын
Please help me! When I declare modelsByCategory : if let modelsByCategory = models.get(category: category) { HorizontalGrid(title: category.label, items: modelsByCategory) } Erro Message: Initializer for conditional binding must have Optional type, not '[Model]' Thank You!