Any movement of the character doesn't work when running the customizable camera mod. The following exception is coming up in the logs.
[Error : Unity Log] MethodAccessException: Method Humanoid.GetLeftItem()' is inaccessible from method CustomizableCamera.Player_SetControls_Patch.Prefix(Player,bool&,bool&)'
Stack trace:
CustomizableCamera.Player_SetControls_Patch.Prefix (Player __instance, System.Boolean& block, System.Boolean& blockHold) (at :0)
(wrapper dynamic-method) Player.DMDPlayer::SetControls(Player,UnityEngine.Vector3,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool)
PlayerController.FixedUpdate () (at <2959d3c128e64c61a08dcc9bb6744ec3>:0)
Any movement of the character doesn't work when running the customizable camera mod. The following exception is coming up in the logs.