NYU-hololens / Hololens-visual

This project was launched as a collaboration between NYU-ITP and CITI-CTO as proof of concept project for using hololens for data analysis
MIT License
0 stars 0 forks source link

Import CSV files as unity resource #46

Closed u932b closed 7 years ago

u932b commented 7 years ago

Story

As a develper I need to be able to read the csv file as resource So that I can visualize it directly in the hololens

Assumptions:

csv is readable

Acceptance Criteria:

Given a csv file
When start()
Then it is read into the app
u932b commented 7 years ago

the current solution found is that csv files can be put into the Asset/Resource/ folder, then it can be packated within the built and deployed to the hololens app and read through a csvReader script

krishnakeshab commented 7 years ago

I can do this part..

u932b commented 7 years ago

i am working on it, half way through

krishnakeshab commented 7 years ago

Ok