Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TerryGM on January 28, 2016, 06:21:46 PM

Title: [SOLVED] Importing Excel Data into Unity Gui
Post by: TerryGM on January 28, 2016, 06:21:46 PM
Is it possible to import Excel Data into Unity and have it show up as onscreen text through the GUI using Playmaker?

Scenario: I have trajectory data that is in a spreadsheet. I want to show that data in the gui as the rocket is moving across it's animated path when I hit Play. It doesn't have to match the rocket, just needs to show the data.

If so can someone explain how?
Title: Re: Importing Excel Data into Unity Gui
Post by: memetic arts on January 28, 2016, 08:08:40 PM
I think your best bet would be to set up your an XML Schema for your Excel data, and, and save it out as XML.  From there you can pull it in using DataMaker/ArrayMaker, which you can add to PlayMaker via the EcoSystem.

Watch this tutorial, and you'll be in business . . .

https://www.youtube.com/watch?v=gqRwEPGjWpk (https://www.youtube.com/watch?v=gqRwEPGjWpk)

Cheers