Resident Evil Style Camera Switching in Unity | Unity Tutorial

Channel:
Subscribers:
11,700
Published on ● Video Link: https://www.youtube.com/watch?v=W_a6-1JtnVM



Category:
Tutorial
Duration: 5:13
1,057 views
35


In this Unity tutorial, I teach you guys how to do Resident Evil style camera switching in Unity, just like in the old, classic RE games. This is an easy tutorial as well.

#Unity #Unity3D #ResidentEvil

For more Unity tutorials or more videos in general - be sure to like, comment, and subscribe for more! πŸ‘

Script:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class camChange : MonoBehaviour
{
public GameObject camold, camnew;

void OnTriggerEnter(Collider other){
if(other.CompareTag("Player")){
camold.SetActive(false);
camnew.SetActive(true);
}
}
}

Follow me on Twitter:
https://twitter.com/omogonix

Try out my games:
https://omogonixlachlan.itch.io

Forgehub:
https://www.forgehub.com/members/omogonix.87700/

Subscribe to my Second Channel:
https://www.youtube.com/channel/UCkylkvUtpvbHfafGfIdMLBQ/featured

Join my Discord:
https://discord.gg/a88vmGD

Facebook Page:
https://www.facebook.com/Omogonix/

Follow me on Instagram:
https://www.instagram.com/uwugonixhalo/







Tags:
unity
unity3d
unity3d tutorial
unity tutorial
unity tutorial for beginners
unity tutorial 3d
game development
resident evil
how to make resident evil in unity
how to make a game
unity 2022
game development tutorial
omogonix
unity beginners tutorial
how to make resident evil
c#
csharp
c# tutorial
c# unity
unity c#
gaming
unity c# tutorial
unity tutorial 2021
unity resident evil camera
resident evil camera in unity
resident evil unity
unity resident evil