//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @jimpick.com
Record
by @atsui.org
+ new component
Post
I store a list of all the ItemData's in my game (equipment, fish, placeables etc) in a map of (Enum_Item, Struct_ItemData). Enums max out at 255. So I need to change to something else. What are my options? Is this a good usecase for Gameplay Tags?