- Home /
Creating a Spreadsheet/Table Similar to Google Sheets
Basically, I want to figure out how to create a table that behaves in the same manner as Google Sheets. This table has to be edited in game, and I also have to be able to read the number input within code. Now, I can already do this with the 192 input fields I put in, however I don't think I need to explain how clunky that is, lol! Also, another thing here, is that I want to be able to drag and select an area of cells and edit them like in Google Sheets within my game. And therefore, I would like to be able to select an area and copy it, then be able to paste it somewhere else.
With a lot of Google searching all I could find was importing information from Google Sheets into Unity. I would also like to be able to change the amount of columns and rows within the game.
I know that this is a tall order(and a strange one) but if someone could help me code this or point me to an asset that already exists I would be very thankful.
Your answer
Follow this Question
Related Questions
UGUI input field - Korean 0 Answers
[UI] How to best set up connected/dependent sliders(or other user input oriented UI elements)? 1 Answer
How to select next UI element by pressing TAB? 1 Answer
New gui: How to disable keyboard input when user is typing? 2 Answers
Android Keyboard Stuck / Won't Hide? 1 Answer