what makes this tutorial so good is that the kid got the british accent! makes the tut 100% better
@ivanperez41612 жыл бұрын
Thanks!! I'm a computer science student starting with unity and your tutorial helped a lot :)
@efevural79998 ай бұрын
broooo we ruined our project again but you saved us again thanks a lot you're the best!!!!
@dunderguy3 жыл бұрын
Me: Does everything right Unity: Nope
@RenderBones3 жыл бұрын
if you copy and paste his code. make sure on line 4 where it says "public class teleporter : MonoBehaviour" The word teleporter has to be the same name as the file name. everything is case sensitive. so it would be "public class (insert script file name) : MonoBehaviour"
@gamely34 ай бұрын
@@RenderBones still didnt work
@LoppyDaCutie2 жыл бұрын
thank you. this is quick and easy and explained better then anyone i have asked help for before when making unity worlds
@efevural79998 ай бұрын
We were in gamejam and it helped a lot bro appreciated!!!
@hilariousroom3181 Жыл бұрын
How do you teleport somewhere by pressing a certain button while looking at a certain object?
@redvr4046 Жыл бұрын
Is this good to use for a vrchat world?
@TD642 жыл бұрын
In any way i cannot get it to work. Why is that? I even made the GameObject variables to Transform variables
@CodeRipple2 жыл бұрын
Are you getting any errors?
@Cyoclonic Жыл бұрын
Yo, can you make a tutorial on how to teleport to different scenes?
@LitoMike Жыл бұрын
it doesnt work, can it go through walls?
@natemitchon Жыл бұрын
thank you this was so helpful
@DukeandJohn2 жыл бұрын
This is the best tutorial thank you
@Mario6K89 Жыл бұрын
Thank you a lot for this tutorial
@simonwesterman66753 жыл бұрын
Thank you for your help you are very talented and deserve more love keep it up :)
@CodeRipple3 жыл бұрын
Thanks!
@Anonym360612 жыл бұрын
nice video :) thx
@johnchris45152 жыл бұрын
where did the Description go?
@CodeRipple2 жыл бұрын
I checked and it’s still there for me but if you can’t find it it’s this: How to Make Teleporters in Unity In this tutorial I will feature how to make a unity teleporter (3d or 2d) Project: github.com/catty01/Catty01TeleporterTutorial/ Code: pastebin.com/t1820ZYR My Discord Server: discord.gg/2Yjb4H4 SUBSCRIBE tinyurl.com/y2nsyv4o Development Channel (trailers and stuff) : kzbin.info/door/-Q8K17zrEI5ZSz_GJTPRVA
@karmidevi50533 жыл бұрын
I have a question can I use this multiple times
@Jdev-r4l Жыл бұрын
the script is not the same one and i cant seem to get the auto correct thing can you please help
@JoskeVR Жыл бұрын
dawg
@HanguzKhan Жыл бұрын
you have to go to edit, preferences, external, then where it says open file location click that and change it to visual studios
@rychusan38372 жыл бұрын
Hi what should i do if i want to do more teleporters
@CodeRipple2 жыл бұрын
You could add another pair of scripts
@chikinonfrydai3 жыл бұрын
Hey uh, i did everything exactly like you said but it isn’t working
@CodeRipple3 жыл бұрын
Are you getting any errors in the console?
@editoe_b2 жыл бұрын
@@CodeRipple no
@newbpod3 жыл бұрын
what is the transparent cube used for?
@CodeRipple3 жыл бұрын
I am sorry for the late reply. Can you link the timestamp from which the transparent cube was? I havent looked at this project in a long time.
@newbpod3 жыл бұрын
@@CodeRipple i fixed it but thanks
@vitalii22842 жыл бұрын
Thanks for the video. Please tell me how teleportation can be carried out in VR/XR?
@CodeRipple2 жыл бұрын
I believe it would be the same
@vitalii22842 жыл бұрын
@@CodeRipple Unfortunately not. Other objects are teleported, but XR Rig is not((
@emreozdemir51072 жыл бұрын
For VR/XR add following on top of the script (tested in Unity 2020.3.18f) : using UnityEngine.XR.Interaction.Toolkit; using Unity.XR.CoreUtils; And change: public GameObject Player; to public XROrigin Player; You can assign the teleporter code to XROrigin on your scene, Drag and drop XR Origin to Player slot . Add capsule collider to your XROrigin.
@warittorn32067 ай бұрын
@@emreozdemir5107 I'm also trying to make a teleporter for my university VR project, The XR rig is able to teleport to the destination but any grabbed objects will be dropped in front of the first teleporter. I just want to know if grabbed object still remains in the player's hand for yours?
@carinaragg42662 жыл бұрын
Hi, quick question: how can I use multiple teleporters in the same scene with this script? What do I have to change in the code for that to work?
@CodeRipple2 жыл бұрын
Hi. That would be possible. You could create multiple instances of the script and set the ‘TeleportTo’ and ‘StartTeleporter’ variables to different teleporters.
@DanieI.GT.11 ай бұрын
@@CodeRippletelepota.
@FreeziK4 жыл бұрын
great vid i just subbed
@FreeziK4 жыл бұрын
THanks so much it helped alot
@pista694202 жыл бұрын
somehow i made this whole thing in 17 seconds with just 6 lines of code AND ITS NOT BUGGY
@kabam699 Жыл бұрын
this is great but the quality is so bad i cannot see the code and its just kiling me
@thatsmallguy67294 жыл бұрын
When will the modded survival come back Catty01?
@CodeRipple4 жыл бұрын
well, we have to find a time to record it When can you be on? (dm me on discord)
@thatsmallguy67294 жыл бұрын
true, yes
@thatsmallguy67294 жыл бұрын
I'll do it this weekend or later tomorrow
@sp8cky2 жыл бұрын
Could somebody please tell me how to change the script to use more two-way-teleporters in one scene? I didn´t get it. Please show me a script. thanks
@CodeRipple2 жыл бұрын
Wouldnt it just be multiple instances of the same script?
@sp8cky2 жыл бұрын
@@CodeRipple no this doesn't work. I don't know why but it doesn't.
@CodeRipple2 жыл бұрын
What have you tried doing? Have you tried creating multiple gameobjects with the scripts?
@CodeRipple2 жыл бұрын
@Julia Hermerding I think the problem you are facing is that you are using the same tags for all teleporters. You need to create new tags for each pair
@ethanthengineer2 жыл бұрын
oh thanks I was doing that wrong too lol
@minecraftilehm35123 жыл бұрын
i subbed
@Ciroisnthere3 жыл бұрын
thank u😄🙂
@thatsmallguy67294 жыл бұрын
Let's see if I enjoy this. edit: yes i will
@CodeRipple4 жыл бұрын
I don't see why you enjoy watching tutorials but never mind. You do you
@מרקמליקוב2 жыл бұрын
Legend
@karmidevi50533 жыл бұрын
You saved me
@HanguzKhan Жыл бұрын
doesnt work
@MechelleSmith14 жыл бұрын
Hi
@CodeRipple4 жыл бұрын
Hello
@bobssmith75242 жыл бұрын
Hi HoW aRe YoU?
@CodeRipple2 жыл бұрын
?
@bobssmith75242 жыл бұрын
@@CodeRipple Hi
@insertcontent87912 жыл бұрын
@@CodeRipple shuddup man
@redymedy2 жыл бұрын
please please ACTUALLY EXPLAIN
@vmqs2 жыл бұрын
this tutorial is pretty bad, not straight forward at all. please explain better