How to make Tracking UI in UNITY [Tutorial][C#] 2021

preview_player
Показать описание
Tracking UI in Unity!

0:00 How to make tracking UI
2:30 Expected Result
2:44 Outro
Рекомендации по теме
Комментарии
Автор

Everyone must know the cube's name is Wally.

jhonshmo
Автор

how do you make it rotate to the player?

Devsycoder
Автор

thank me later


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

public class TrackUI : MonoBehaviour
{
[SerializeField] private Camera PlayerCamera;
[SerializeField] private Transform Subject;

void Update()
{
if (Subject)
{
transform.position =
}
}
}

im-oree
welcome to shbcf.ru