1.1.9 Import Error

devomage

Member
Importing into a fresh project I am getting the following errors:

C#:
Assets\Opsive\UltimateCharacterController\Add-Ons\Multiplayer\PhotonPUN\Scripts\Character\PunCharacterTransformMonitor.cs(90,44): error CS1061:
'CharacterFootEffects' does not contain a definition for 'CanPlaceFootstep' and no accessible extension method 'CanPlaceFootstep' accepting a first argument of type 'CharacterFootEffects' could be found (are you missing a using directive or an assembly reference?)

Assets\Opsive\UltimateCharacterController\Add-Ons\Multiplayer\PhotonPUN\Scripts\Character\PunCharacterTransformMonitor.cs(99,44): error CS1061:
'CharacterFootEffects' does not contain a definition for 'CanPlaceFootstep' and no accessible extension method 'CanPlaceFootstep' accepting a first argument of type 'CharacterFootEffects' could be found (are you missing a using directive or an assembly reference?)

Tried with 2 different fresh projects... Unity version 2019.4.20.

For some reason the Symbol is not defined:

ULTIMATE_CHARACTER_CONTROLLER_MULTIPLAYER
 
Last edited:
Thanks for the heads up. This looks like a execution order problem. I'll upload a new version on the PUN add-on that has this fixed.
 
Top