Augmented Reality Holograms with Live Data Integration (4/7/2015)

Today I worked on getting my data to be live.
I was able to update live data as a string, but when I turned it into an array, it stopped updating.
I attempted to solve this by creating individual scripts for each TextMesh, using yield statements after each line, running Start as an IEnumerator, and using while loops.
However, this either crashed the program or failed to update.
I found that this was because a co-routine is continued through multiple frames, but it cut if it consumes too many resources, which it does when using the www class in a while loop.
Nevertheless, I can still display real data onto my hologram!


Comments