Error when equipping helmet

WillyG99

Member
Hi!
I get an error when equipping a helmet to my character, only visual effects so far by using the demo equipper.
I have my database referenced, my equipment slots, and root transform. I don't what i'm missing, it says the "helmet" item does not have the prefab attribute. (note: i have not tested this with armor, or weapons etc, so far only tested this system with a helmet.)
I'll show my setup in the photos along with the error. (this is during runtime)

1.png2.png3.png
 
Do not use the "Demo Character Equipper". This is for the UIS Demo only.
Use the "Equippper" component instead. Check out the "EQUIPPING SKINNED MESH CLOTHES" sction of the integration page:

The reason you are getting an error is because the system thinks your item is a Character Weapon so It's looking for the UCC Character Item Prefab on your item attributes. The name of that attribute is defined on the Character Inventory Bridge.
I would highly recommend you watch the integration video tutorials and read through the documentation.
 
Top