Unable to find effect BossStomp

Shadowing

Member
UCC2

When using the Particle Shield I get this error. I even removed Add Effect under Cast Actions and it still says it.
If i add Effect back it shows it set to none.

Code:
Error: Unable to find effect Opsive.UltimateCharacterController.Character.Effects.BossStomp.
UnityEngine.Debug:LogError (object)
Opsive.UltimateCharacterController.Items.Actions.Magic.CastActions.StartEffect:Awake () (at Assets/Opsive/UltimateCharacterController/Scripts/Items/Actions/Magic/CastActions/StartEffect.cs:58)
Opsive.UltimateCharacterController.Items.Actions.MagicItem:Start () (at Assets/Opsive/UltimateCharacterController/Scripts/Items/Actions/MagicItem.cs:390)
 
Make sure you add the BossStomp effect to the effects list of your character.
 
Top