Error on Import

Hello with UFPS 2.2f2 upon importing Pun Multiplayer 1.1 i'm getting these errors when viewing PunNolan inspector. Also I player doesnt spawn in pun demo scene due to these errors probably.

Code:
NullReferenceException: Object reference not set to an instance of an object
Opsive.UltimateCharacterController.Character.UltimateCharacterLocomotion.set_MovementTypes (Opsive.UltimateCharacterController.Character.MovementTypes.MovementType[] value) (at Assets/Opsive/UltimateCharacterController/Scripts/Character/UltimateCharacterLocomotion.cs:176)
Opsive.UltimateCharacterController.Editor.Inspectors.Character.UltimateCharacterLocomotionInspector.SerializeMovementTypes () (at Assets/Opsive/UltimateCharacterController/Editor/Inspectors/Character/UltimateCharacterLocomotionInspector.cs:1618)
Opsive.UltimateCharacterController.Editor.Inspectors.Character.UltimateCharacterLocomotionInspector.OnEnable () (at Assets/Opsive/UltimateCharacterController/Editor/Inspectors/Character/UltimateCharacterLocomotionInspector.cs:77)
 
After importing make sure you first open up on the DemoRoom scene before clicking on NolanPun. This will clean up any unnecessary references for the controller variant that you are using. This page has the steps that you should perform immediately after importing:

 
Top