Error: Category 0 cannot be found.

bluebird

Member
Hi,

I created a character from character manager then I play the scene, below error pops up into console:

Error: Category 0 cannot be found.
UnityEngine.Debug:LogError(Object)
Opsive.UltimateCharacterController.Inventory.ItemSetManager:CategoryIDToIndex(Int32) (at Assets/Opsive/UltimateCharacterController/Scripts/Inventory/ItemSetManager.cs:120)
Opsive.UltimateCharacterController.Character.Abilities.Items.ItemSetAbilityBase:Awake() (at Assets/Opsive/UltimateCharacterController/Scripts/Character/Abilities/Items/ItemSetAbilityBase.cs:41)
Opsive.UltimateCharacterController.Character.Abilities.Items.EquipScroll:Awake() (at Assets/Opsive/UltimateCharacterController/Scripts/Character/Abilities/Items/EquipScroll.cs:31)
Opsive.UltimateCharacterController.Character.UltimateCharacterLocomotion:Awake() (at Assets/Opsive/UltimateCharacterController/Scripts/Character/UltimateCharacterLocomotion.cs:296)

UCC version: 2.1.4
Unity version: 2018.4.0f1
 
Last edited:
I opened the project in the morning, and play the scene.. I surprised that error is gone !
I also create a new character from character manager and checked again playing scene. No errors

This is strange?
 
Top