Category Attribute View

JablDouble

New member
Hello I have a small problem that I don't understand how to bind my item attributes (e.g damage, recoil, etc) with UI
I have this script and I've already passed my database and added category

1685229395074.png
My description panel looks like this
1685229523977.png
But when I start my project, I don't see any attributes.
1685229584162.png
What I need to do to show my attributes?
 
The attribute Views are instantiated at runtime.
The ones you see in the editor are only for preview purposes.

So what you are missing are the prefabs to spawn:
1685267244730.png

If you search for Attribute View in the project search bar, you'll find some examples of attribute views and how they are setup
1685267344208.png

Make your own prefabs and assign them to your Category Attribute View Set Item View Module above.

I hope that makes sense
 
Top