From f0f1d830651f3737030e258dc86b42a37baa1bca Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 2 Jul 2022 18:23:46 +0800 Subject: * change directory --- .../MoveByVelocity/Scripts/MainCameraFollow.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/MainCameraFollow.cs (limited to 'JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/MainCameraFollow.cs') diff --git a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/MainCameraFollow.cs b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/MainCameraFollow.cs deleted file mode 100644 index 3419444..0000000 --- a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/MainCameraFollow.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -namespace JamUtils.FirstPersonCharacterController.RigidbodyVelocity -{ - - [RequireComponent(typeof(Camera))] - public class MainCameraFollow : MonoBehaviour - { - - public void SetCameraPositionAndRotation(Transform reference) - { - transform.position = reference.position; - transform.rotation = reference.rotation; - } - - } - -} \ No newline at end of file -- cgit v1.1-26-g67d0