Indie Project for Dan
My task was to write a script that could upload a CSV file to unity and display it as a table.
A CSV is a Comma Separate Value
I achieved this by first making a table background:
This was created in Pixil.com
The code here firstly gets the input that will be used to update the scoreboard. Secondly it will read the script setup but getting the data from the CSV file. After that, it will output the code into a text mesh.
The script is added to the scoreboard canvas and will update as a textmesh.
Comments
Post a Comment