Removing the douplicate camera from the scene.

This commit is contained in:
Dan Foster
2026-01-31 16:35:27 +00:00
parent 76a067d1ba
commit 2d70da4827
3 changed files with 3 additions and 94 deletions

View File

@@ -23,6 +23,7 @@ public class FirstPersonController : MonoBehaviour
void Start()
{
Debug.Log( "Starting game" );
// Get the CharacterController component
controller = GetComponent<CharacterController>();