HOW TO TELEPORT IN UNITY I kimza

preview_player
Показать описание
#unity #devlog #blender

SCRIPT \/ \/ \/ \/


HOW TO MAKE A TELEPORT IN UNITY I kimza

Script:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Teleporter : MonoBehaviour
{
public Transform teleportTarget;
public GameObject Player;

void OnTriggerEnter(Collider other)
{
}
}

Don't mind me putting down all the tags here xd
devlog ,low poly blender ,game devlog,blender low poly,devlog unity
how to make a teleport pad in unity,HOW TO TELEPORT IN UNITY I kimza,unity,unity3d,teleport,how to teleport,blender,easy,how to,kimza,kimza gamedev,gamedev,brakeys,brakeys unity tutorial,kimza unity tutorial,how to teleport in unity,unity graphics,unreal engine 5,kimza music,Blender,how to make a game in unity,how to make a game in unity3d,Unity,Unity3D,Unity Urp lighting,tutorial,Unity 2d,platformer game,game,how to make a game,How to make a game in unity2d
Рекомендации по теме
Комментарии
Автор

if you have problems tell me and I will help as much as I can (I will always check my comments so yea feel free to

Kizmaaa
Автор

How do you teleport somewhere by pressing a certain button while looking at a certain object?

hilariousroom