Removing the douplicate camera from the scene.
This commit is contained in:
@@ -23,6 +23,7 @@ public class FirstPersonController : MonoBehaviour
|
||||
|
||||
void Start()
|
||||
{
|
||||
Debug.Log( "Starting game" );
|
||||
// Get the CharacterController component
|
||||
controller = GetComponent<CharacterController>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user