I am trying to make equippable armor, wit stats that increase the health. Ive tried googling and looking at the demo scenes but for the life of me cant seem to figure it out. When i created a piece of armor to give health, i get this error message not sure how to fix it.
error:
Prefab Attribute value is null for Attribute EquipmentPrefab.
UnityEngine.Debug:LogError (object,UnityEngine.Object)
Opsive.UltimateInventorySystem.Equipping.Equipper:CreateItemObject (Opsive.UltimateInventorySystem.Core.Item) (at ./Packages/com.opsive.ultimateinventorysystem/Scripts/Equipping/Equipper.cs:410)

error:
Prefab Attribute value is null for Attribute EquipmentPrefab.
UnityEngine.Debug:LogError (object,UnityEngine.Object)
Opsive.UltimateInventorySystem.Equipping.Equipper:CreateItemObject (Opsive.UltimateInventorySystem.Core.Item) (at ./Packages/com.opsive.ultimateinventorysystem/Scripts/Equipping/Equipper.cs:410)

Last edited:








