'PunLookSource' does not implement interface member 'ILookSource.LookPosition()'

I imported PUN 2 and the PUN multiplayer add on and I'm getting the error CS0535: 'PunLookSource' does not implement interface member 'ILookSource.LookPosition()' from Assets\Opsive\UltimateCharacterController\Add-Ons\Multiplayer\PhotonPUN\Scripts\Character\PunLookSource.cs(20,65)
 
Make sure you've updated both the character controller and PUN to the latest version.
 
Top