Behavior Designer/UCC Compiler Errors

Hodor

New member
Everything is up-to-date
Unity 2018.2.9f1
UCC 2.0.1
Behavior Designer 1.5.13
Formation/Movement/Tactical packs are all up to date

Here's the error:
Assets/Behavior Designer/Integrations/UltimateCharacterController/Scripts/Tasks/StartStopUse.cs(80,138): error CS0117: `Opsive.UltimateCharacterController.Items.Actions.UsableItem' does not contain a definition for `UseAbilityState'
 
Based on that error it doesn't look like you're running the most recent version of the Ultimate Character Controller. UseAbilityState was added in 2.0.1
 
Top