- Home /
Creating a table
Hi,
Just wondering what is the best way to go about creating an excel style table within the game. I want to have an inventory system where each item has several attributes such as weight, value, damage, condition, that sort of thing. Obviously it will need to change as the gear the player has changes. It would be even nicer if the player had the option to sort the columns.
does Unity have a built in way to handle that sort of thing or are we on our own to make it from scratch?
Thanks so much!
Answer by carrollh · Jan 23, 2015 at 04:44 PM
Maybe GUI.SelectionGrid with some creativity?
Also found another similar question: http://answers.unity3d.com/questions/12108/something-like-guitable-or-a-grid.html
Answer by MyUnitydream · Jan 08, 2016 at 08:09 AM
uni-excel https://www.assetstore.unity3d.com/en/#!/content/47540
create, read and edit excel files
by thanks