Added sound and cinematics managers to boot settings
This commit is contained in:
@@ -34,7 +34,7 @@ public class TakePhotoState : State
|
||||
playerTouchController.OnArrivedAtTarget += PlayerHasArrived;
|
||||
|
||||
newPlayerPosition = new Vector3(playerTargetObject.transform.position.x, playerTargetObject.transform.position.y, playerTargetObject.transform.position.z);
|
||||
//playerTouchController.InterruptMoveTo();
|
||||
playerTouchController.InterruptMoveTo();
|
||||
playerTouchController.MoveToAndNotify(newPlayerPosition);
|
||||
InputManager.Instance.SetInputMode(InputMode.InputDisabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user