No video

AR Portal Tutorial with Unity - 360 Video

  Рет қаралды 37,695

Guidev

Guidev

Күн бұрын

In this tutorial, I will show you how to create a 360 view inside an augmented reality portal for Android using Unity and ARCore.
Steam page of my game: store.steampow...
This course is based on my previous AR tutorial: • AR Portal Tutorial wit...
The 360 video used in this tutorial: vimeo.com/2259...
Twitter: / guidevofficial
Sponsor:
For video games porting, optimization, and co-development please visit : pixelwings.co.uk/

Пікірлер: 57
@hnguyen5670
@hnguyen5670 5 жыл бұрын
Wow, this is one of the best tutorials on AR portal. I just liked and subscribed to your channel.
@lukehall624
@lukehall624 5 жыл бұрын
Just wanted to let you know that because 'TrackedPlane' got rebranded to 'DetectedPlane', everything from Part 2 on will not work! There are comments on that original video but I don't think any proper responses have been made so I wanted to try here. If possible, could you please explain what to change for the less-skilled developers? If not, may I request an updated tutorial? Thanks, the tutorial is very well made and I wish it still worked.
@exenstryfe1244
@exenstryfe1244 6 жыл бұрын
Thank you for the tutorial ! I have an issue, when you cross the portal back to the real world, it is flickering. Any ideas how to solve it ? Also can you upload your project ? Thank you !
@nomisnibor
@nomisnibor 7 ай бұрын
Awesome bro you rock! Thank you. Is there anyone who know why it took a long time to show the door and also why I need to reach the door location to start to reveal the door?
@crazyboyrish2577
@crazyboyrish2577 6 ай бұрын
Is it free to create this or we have to buy any package?
@nomisnibor
@nomisnibor 6 ай бұрын
@@crazyboyrish2577 free
@nomisnibor
@nomisnibor 6 ай бұрын
free@@crazyboyrish2577
@SahilSharma-zj3rh
@SahilSharma-zj3rh 3 жыл бұрын
Thank you so much for this tutorial series !! Damn helpful for a project I had in my mind. Cheers :)
@ricardojaviergarnicapena6749
@ricardojaviergarnicapena6749 2 жыл бұрын
Excellent vido. Is it possible to replicate with 360 photo? AR app is for Android? Thank you
@ivanmurataya4017
@ivanmurataya4017 5 жыл бұрын
I wanted to do it with a 360 photo, but it doesnt work :( how can i fix it?
@syedhuzaifaali5322
@syedhuzaifaali5322 5 жыл бұрын
The tutorials were a big help.I have a question i am trying to place 3 portals which will appear on the plane Problem 1 "Upon entering in the 1st portal other portals are visible " Problem 2 "After placing 2 portals both of the portals show same image visible from the portal plane is there a way to make portals show the picture which have been assigned to it"
@cenkercanbulut3069
@cenkercanbulut3069 5 жыл бұрын
Great tutorial but there is an annoying flickering after going through portal into the real world... it shows video for a second and than goes to real world... Any solution ?
@KilluaZolydck10
@KilluaZolydck10 4 жыл бұрын
Great tutorials on AR portal. Waiting for next amazing tutorials.
@pauloramos2204
@pauloramos2204 4 жыл бұрын
I tried the shaders for the 360 video but is lots of hard to solve z-fighting the portalplane flickers a lot. How to fix it?
@pauloramos2204
@pauloramos2204 4 жыл бұрын
I found the solution by adding the "Queue"="Geometry-1" to the Tag line in the PortalPlane.shader
@shashank_sharma_7
@shashank_sharma_7 3 жыл бұрын
@@pauloramos2204 Sir can you please share the code with me at ss359302@gmail.com
@agrimarora111
@agrimarora111 4 жыл бұрын
When we go inside the 360° view we cannot see the real world through portal door in unity 2019.4.2 . Any possible solution everything works fine except of this issue .
@roomi2222
@roomi2222 5 жыл бұрын
I started this series of tutorial but was only able to follow till Part 2. I did try Part 3 but was never able to get the door which was to appear on tapping the screen. Wish someone could have guide me.
@saolairde396
@saolairde396 9 ай бұрын
Brilliant thank you! ❤
@salamagikurapika2577
@salamagikurapika2577 5 жыл бұрын
Uhh, sir what should i do if i want more 360 videos? not just 2 or 3 360 videos. With a choice, for example there are 3 places , if your'e outside the door you can pick a place if you pick that place, the 360 video inside the door will change also. How do i do that? Pls help. For our project.
@abdoljalilsoltani9471
@abdoljalilsoltani9471 5 жыл бұрын
Excellent ! Thankful
@sufyan_0326
@sufyan_0326 5 жыл бұрын
How can we make it work on unity 2018 and above. I have tested it and it doesn't work over latest unity due to change in some shader properties that you have used can you please help me how can i make it work @Guidev
@principalkami2154
@principalkami2154 6 жыл бұрын
I have a question, in order to do this tutorial, do I need to do part 4? Or directly from part 3 step to do this tutorial? Thank you very much, you are the best
@Guidev
@Guidev 6 жыл бұрын
You need to do part 4.
@Clindatu
@Clindatu 4 жыл бұрын
Hi! Thanks for tutorial. Can u answer? 1.May i repeate this on AR Foundation? 2.May i repeate this without shaders? Unity settings/scripts cannot turnoff visible?
@aaradhya_nishanth
@aaradhya_nishanth 6 жыл бұрын
bro tutorial is amazing
@Nicolas-oq9zp
@Nicolas-oq9zp 6 жыл бұрын
Hello this is an amazing tutorial ! When i enter the portal everything is ok, i turn around and i can see the outside world on the portal plane but when i try to get out and reach the Portal Plane with the camera the outside world disappear and i can see the video for a few centimeter if i keep on getting out then it reappear and i can see the outside again. Any idea why ? Thank you !
@TheDanielazocar360
@TheDanielazocar360 6 жыл бұрын
I have the same issue...
@Guidev
@Guidev 5 жыл бұрын
Try to set the near clipping plane of the camera to 0.01 (Camera inspector -> clipping planes -> near)
@Nicolas-oq9zp
@Nicolas-oq9zp 5 жыл бұрын
Hello @Guidev And thank you for answering. I did set the near clipping plane to 0.01 but i still have the same issue. Would you mind sharing your project so i can see what i did wrong ? or if you have any other solution ? Thank you very much !
@caiyang5673
@caiyang5673 5 жыл бұрын
Any idea how to solve this? I got the same issue...
@user-tv7bi7pq2q
@user-tv7bi7pq2q 5 жыл бұрын
@@Guidev I have the same issue.Can you show your project how to solve this problem thanksssss :)
@Lawaa
@Lawaa 5 жыл бұрын
Hello dear! Thanks for the great tutorial. I have one question though, is it possible to display someone inside the 3D scene from the camera? for example someone standing in front of you in real life and you change their background with this app but they will still be displayed over the 3D environment so its just like they are in the 3D environment ?
@victoriosalamanca
@victoriosalamanca 3 жыл бұрын
Try with body tracking in last versions of AR Foundation
@bharathikannan5369
@bharathikannan5369 5 жыл бұрын
Nice , i tried same in Arcore native (Android studio) almost done, but i facing problem like video playing in whole sphere instead of inside the door. Anyone done in android stuido ?
@SilverTigreTheRekindled
@SilverTigreTheRekindled 5 жыл бұрын
I have an urgent question! 1) I can see it inside, but the door will move when I move. 2) The door is floating! 3) When I walked forward, the door moved forward itself! How do I get in when I move into the area?
@maryamkamel9622
@maryamkamel9622 5 жыл бұрын
floating or hologram drafting can happen if you did not add an anchor to your object but if you already added the anchor but its still floating above the specified position you need to readjust your object's pivot to be in the center & bottom point of your game object
@fabiotgarcia2
@fabiotgarcia2 4 жыл бұрын
This video could be KZbin live?
@vijaypawar7321
@vijaypawar7321 4 жыл бұрын
Hello, is this possible that u do this for me..??
@hansihans9028
@hansihans9028 5 жыл бұрын
Great Tutorial !!!! Is it possible to display this app in google carboard ( Mixed reality ) or Gear VR ?
@hansihans9028
@hansihans9028 5 жыл бұрын
I have testet and its WORK's
@deepikab2624
@deepikab2624 5 жыл бұрын
@@hansihans9028 would u pls share the working files
@sophiabnrm8730
@sophiabnrm8730 6 жыл бұрын
Guidev your tutorials are amazing, I can assure you, that your chanel will grow fast. The 360 portal is very interesting, is it able to do this for iOS as well? What changes need to be done or is it a complete different project?
@rafaeljimeno683
@rafaeljimeno683 4 жыл бұрын
Have you found the ios version of this?
@djwosa2000
@djwosa2000 4 жыл бұрын
thanks a lot!
@elvisgutierrez5904
@elvisgutierrez5904 2 жыл бұрын
BUENAS , PUEDES COMPARTIR EL PROYECTO POR FAVOR . . . GRACIAS
@daviddg182
@daviddg182 6 жыл бұрын
Thanks! Is there any way to hide the floor plane once you enther the portal?
@Guidev
@Guidev 6 жыл бұрын
Yes, it's possible to hide it. The grid is instantiated in ARController.cs see 6.37 in second part. All what you have to do is to keep track of the instantiated Grids then hide them when needed.
@najehsassi3821
@najehsassi3821 5 жыл бұрын
@@Guidev using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering; public class PortalManager : MonoBehaviour { public GameObject MainCamera; public GameObject Sponza; private Material[] SponzaMaterials; private Material[] PortalPlaneMaterial; // Use this for initialization void Start() { SponzaMaterials = Sponza.GetComponent().sharedMaterials; PortalPlaneMaterial = GetComponent().sharedMaterials; } // Update is called once per frame void OnTriggerStay(Collider collider) { Vector3 camPositionInPortalSpace = transform.InverseTransformPoint(MainCamera.transform.position); if (camPositionInPortalSpace.y < 0.5f) { for (int i = 0; i < SponzaMaterials.Length; ++i) { SponzaMaterials[i].SetInt("_StencilComp", (int)CompareFunction.NotEqual); } PortalPlaneMaterial.SetInt("_CullMode", (int)CullMode.Front); } else if (camPositionInPortalSpace.y < 0.5f) { for (int i = 0; i < SponzaMaterials.Length; ++i) { SponzaMaterials[i].SetInt("_StencilComp", (int)CompareFunction.Always); } PortalPlaneMaterial.SetInt("_CullMode", (int)CullMode.Off); } else { for (int i = 0; i < SponzaMaterials.Length; ++i) PortalPlaneMaterial.SetInt("_CullMode", (int)CullMode.Back); } } } i have a lot of problems in this code :'( can you copy your code?
@edgarmartinez_siliconvalley
@edgarmartinez_siliconvalley 3 жыл бұрын
@@najehsassi3821 try private Material PortalPlaneMaterial; you have to delete the [ ]
@adisaktijrs8204
@adisaktijrs8204 4 жыл бұрын
gilaaaaa, mantap gan. Thi is so amazing
@alrecin-store8770
@alrecin-store8770 5 жыл бұрын
Hi guidev, fantastic tutorial sets - can i ask how i may add more materials to other objects in this? im finding theat they dissappear when entering the portal, unless i use existing sponza materials but then i am limited to 20??
@salmanriaz5335
@salmanriaz5335 5 жыл бұрын
Does it work for 360 image?
@Guidev
@Guidev 5 жыл бұрын
It should work. Just replace the 360 video with your static image.
@luseniikromah5795
@luseniikromah5795 4 жыл бұрын
Anyone have their code up on GIthub?
Coding INDOOR NAVIGATION with A* Pathfinding
10:24
MatthewHallberg
Рет қаралды 186 М.
16: 360 Video - How To Unity AR Portal
15:09
chantey
Рет қаралды 24 М.
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 24 МЛН
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 47 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 33 МЛН
AR Portal Tutorial with Unity - ARCore Setup - Part1
6:28
Guidev
Рет қаралды 116 М.
How To Get Real-World Maps In Unity | Mapbox SDK
7:22
DangoDev
Рет қаралды 329
Stencil buffer в unity за 5 минут. Как сделать маску в 3Д?
5:57
Augmented Reality Tutorial | Gaze Interaction in Unity
17:18
Third Aurora
Рет қаралды 63 М.
Getting Started With ARFoundation in Unity (ARKit, ARCore)
31:20
The Unity Workbench
Рет қаралды 459 М.
How do non-euclidean games work? | Bitwise
14:19
DigiDigger
Рет қаралды 2,4 МЛН
10 Minutes vs. 10 Years of Animation
19:29
Isto Inc.
Рет қаралды 919 М.
Unity AR Foundation - AR Image Tracking Tutorial
15:21
FireDragonGameStudio
Рет қаралды 17 М.
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 24 МЛН