Player Camera Enabled and Movement Restored

- Players Gain Local Camera after cutscene
- Players Movement is disabled until after cutscene
This commit is contained in:
2021-11-19 14:06:59 -06:00
parent df46bee0f3
commit b7dd96905b
9 changed files with 88 additions and 27 deletions

View File

@@ -114,7 +114,7 @@ public class PlayerMovement : NetworkBehaviour
{
// Don't do movement unless this is the local player controlling it
// Otherwise we let the server handle moving us
//if (!IsLocalPlayer) { return; }
if (!IsLocalPlayer) { return; }
//Controls for camera