How to Make Teleporters in Unity

  Рет қаралды 17,560

Code Ripple

Code Ripple

Күн бұрын

Пікірлер: 71
@dryzoFy
@dryzoFy 9 ай бұрын
what makes this tutorial so good is that the kid got the british accent! makes the tut 100% better
@ivanperez4161
@ivanperez4161 2 жыл бұрын
Thanks!! I'm a computer science student starting with unity and your tutorial helped a lot :)
@efevural7999
@efevural7999 8 ай бұрын
broooo we ruined our project again but you saved us again thanks a lot you're the best!!!!
@dunderguy
@dunderguy 3 жыл бұрын
Me: Does everything right Unity: Nope
@RenderBones
@RenderBones 3 жыл бұрын
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"
@gamely3
@gamely3 4 ай бұрын
@@RenderBones still didnt work
@LoppyDaCutie
@LoppyDaCutie 2 жыл бұрын
thank you. this is quick and easy and explained better then anyone i have asked help for before when making unity worlds
@efevural7999
@efevural7999 8 ай бұрын
We were in gamejam and it helped a lot bro appreciated!!!
@hilariousroom3181
@hilariousroom3181 Жыл бұрын
How do you teleport somewhere by pressing a certain button while looking at a certain object?
@redvr4046
@redvr4046 Жыл бұрын
Is this good to use for a vrchat world?
@TD64
@TD64 2 жыл бұрын
In any way i cannot get it to work. Why is that? I even made the GameObject variables to Transform variables
@CodeRipple
@CodeRipple 2 жыл бұрын
Are you getting any errors?
@Cyoclonic
@Cyoclonic Жыл бұрын
Yo, can you make a tutorial on how to teleport to different scenes?
@LitoMike
@LitoMike Жыл бұрын
it doesnt work, can it go through walls?
@natemitchon
@natemitchon Жыл бұрын
thank you this was so helpful
@DukeandJohn
@DukeandJohn 2 жыл бұрын
This is the best tutorial thank you
@Mario6K89
@Mario6K89 Жыл бұрын
Thank you a lot for this tutorial
@simonwesterman6675
@simonwesterman6675 3 жыл бұрын
Thank you for your help you are very talented and deserve more love keep it up :)
@CodeRipple
@CodeRipple 3 жыл бұрын
Thanks!
@Anonym36061
@Anonym36061 2 жыл бұрын
nice video :) thx
@johnchris4515
@johnchris4515 2 жыл бұрын
where did the Description go?
@CodeRipple
@CodeRipple 2 жыл бұрын
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
@karmidevi5053
@karmidevi5053 3 жыл бұрын
I have a question can I use this multiple times
@Jdev-r4l
@Jdev-r4l Жыл бұрын
the script is not the same one and i cant seem to get the auto correct thing can you please help
@JoskeVR
@JoskeVR Жыл бұрын
dawg
@HanguzKhan
@HanguzKhan Жыл бұрын
you have to go to edit, preferences, external, then where it says open file location click that and change it to visual studios
@rychusan3837
@rychusan3837 2 жыл бұрын
Hi what should i do if i want to do more teleporters
@CodeRipple
@CodeRipple 2 жыл бұрын
You could add another pair of scripts
@chikinonfrydai
@chikinonfrydai 3 жыл бұрын
Hey uh, i did everything exactly like you said but it isn’t working
@CodeRipple
@CodeRipple 3 жыл бұрын
Are you getting any errors in the console?
@editoe_b
@editoe_b 2 жыл бұрын
@@CodeRipple no
@newbpod
@newbpod 3 жыл бұрын
what is the transparent cube used for?
@CodeRipple
@CodeRipple 3 жыл бұрын
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.
@newbpod
@newbpod 3 жыл бұрын
@@CodeRipple i fixed it but thanks
@vitalii2284
@vitalii2284 2 жыл бұрын
Thanks for the video. Please tell me how teleportation can be carried out in VR/XR?
@CodeRipple
@CodeRipple 2 жыл бұрын
I believe it would be the same
@vitalii2284
@vitalii2284 2 жыл бұрын
@@CodeRipple Unfortunately not. Other objects are teleported, but XR Rig is not((
@emreozdemir5107
@emreozdemir5107 2 жыл бұрын
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.
@warittorn3206
@warittorn3206 7 ай бұрын
@@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?
@carinaragg4266
@carinaragg4266 2 жыл бұрын
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?
@CodeRipple
@CodeRipple 2 жыл бұрын
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.
@DanieI.GT. 11 ай бұрын
@@CodeRippletelepota.
@FreeziK
@FreeziK 4 жыл бұрын
great vid i just subbed
@FreeziK
@FreeziK 4 жыл бұрын
THanks so much it helped alot
@pista69420
@pista69420 2 жыл бұрын
somehow i made this whole thing in 17 seconds with just 6 lines of code AND ITS NOT BUGGY
@kabam699
@kabam699 Жыл бұрын
this is great but the quality is so bad i cannot see the code and its just kiling me
@thatsmallguy6729
@thatsmallguy6729 4 жыл бұрын
When will the modded survival come back Catty01?
@CodeRipple
@CodeRipple 4 жыл бұрын
well, we have to find a time to record it When can you be on? (dm me on discord)
@thatsmallguy6729
@thatsmallguy6729 4 жыл бұрын
true, yes
@thatsmallguy6729
@thatsmallguy6729 4 жыл бұрын
I'll do it this weekend or later tomorrow
@sp8cky
@sp8cky 2 жыл бұрын
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
@CodeRipple
@CodeRipple 2 жыл бұрын
Wouldnt it just be multiple instances of the same script?
@sp8cky
@sp8cky 2 жыл бұрын
@@CodeRipple no this doesn't work. I don't know why but it doesn't.
@CodeRipple
@CodeRipple 2 жыл бұрын
What have you tried doing? Have you tried creating multiple gameobjects with the scripts?
@CodeRipple
@CodeRipple 2 жыл бұрын
@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
@ethanthengineer
@ethanthengineer 2 жыл бұрын
oh thanks I was doing that wrong too lol
@minecraftilehm3512
@minecraftilehm3512 3 жыл бұрын
i subbed
@Ciroisnthere
@Ciroisnthere 3 жыл бұрын
thank u😄🙂
@thatsmallguy6729
@thatsmallguy6729 4 жыл бұрын
Let's see if I enjoy this. edit: yes i will
@CodeRipple
@CodeRipple 4 жыл бұрын
I don't see why you enjoy watching tutorials but never mind. You do you
@מרקמליקוב
@מרקמליקוב 2 жыл бұрын
Legend
@karmidevi5053
@karmidevi5053 3 жыл бұрын
You saved me
@HanguzKhan
@HanguzKhan Жыл бұрын
doesnt work
@MechelleSmith1
@MechelleSmith1 4 жыл бұрын
Hi
@CodeRipple
@CodeRipple 4 жыл бұрын
Hello
@bobssmith7524
@bobssmith7524 2 жыл бұрын
Hi HoW aRe YoU?
@CodeRipple
@CodeRipple 2 жыл бұрын
?
@bobssmith7524
@bobssmith7524 2 жыл бұрын
@@CodeRipple Hi
@insertcontent8791
@insertcontent8791 2 жыл бұрын
@@CodeRipple shuddup man
@redymedy
@redymedy 2 жыл бұрын
please please ACTUALLY EXPLAIN
@vmqs
@vmqs 2 жыл бұрын
this tutorial is pretty bad, not straight forward at all. please explain better
Smooth PORTALS in Unity
24:53
Brackeys
Рет қаралды 459 М.
How to make Terrain in Unity!
14:43
Brackeys
Рет қаралды 1,3 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
PAUSE MENU in Unity
12:13
Brackeys
Рет қаралды 998 М.
How to Teleport in Unity | Unity Tutorial
7:16
Omogonix
Рет қаралды 18 М.
UNITY SKIN/CHARACTER SELECTION/CUSTOMISATION MENU EASY TUTORIAL
7:35
Pick Up and Throw Stuff in Unity 6!  2024 Tutorial
10:33
Matt Wester
Рет қаралды 325
How to make and host a free 24/7 Discord Bot
26:18
Code Ripple
Рет қаралды 7 М.
THIRD PERSON MOVEMENT in Unity
21:05
Brackeys
Рет қаралды 1,5 МЛН
How To Make Teleport in Unity 3D
5:26
Code Cyber
Рет қаралды 10 М.
FULL 3D ENEMY AI in 6 MINUTES! || Unity Tutorial
5:52
Dave / GameDevelopment
Рет қаралды 657 М.
КАК ЖИВЕТ КВАНТУМ? РУМ ТУР КВАНТУМА!!!
13:51
Абзал неге келді? 4.10.22
3:53
QosLike fan club
Рет қаралды 31 М.
Самые простые строительные леса
0:54
Канал ИДЕЙ
Рет қаралды 1 МЛН
ПОСТАРЕЛА ЗА 1 ДЕНЬ НА 20 ЛЕТ - МУЖСКОЕ ЖЕНСКОЕ
55:44
ПРИЯТНЫЙ ИЛЬДАР
Рет қаралды 677 М.
DID YOU NOTICE ANY LAPSES IN THE VIDEO or NOT? / MARGO_FLURY
0:34
MARGO FLURY | Маргарита Дьяченкова
Рет қаралды 12 МЛН