Ok so before everyone gets too mad..... I'm a total newb at Unity and C#...
I saw a video of Na'Qan's overlay and thought "I need that in VR" so I can have a Remlok deploy on screen basically telling me things EDDI says.
So I have gotten this far - I have the image displayed in SteamVR on top of the game, I can make things on the overlay do stuff (i.e. time and switch pictures at a button press)
I can read in the log file if I apply a wrapper round it and add commas to the end of every line. I can change the file to have said wrapper at the start and end of every file but for the life of me I Can't read in a journal file because it's line delimited not comma delimited.
I assume this is a stupid question but if anyone has any ideas I would really appreciate it!
TL
R How do I use the Journal in Unity?
I saw a video of Na'Qan's overlay and thought "I need that in VR" so I can have a Remlok deploy on screen basically telling me things EDDI says.
So I have gotten this far - I have the image displayed in SteamVR on top of the game, I can make things on the overlay do stuff (i.e. time and switch pictures at a button press)
I can read in the log file if I apply a wrapper round it and add commas to the end of every line. I can change the file to have said wrapper at the start and end of every file but for the life of me I Can't read in a journal file because it's line delimited not comma delimited.
I assume this is a stupid question but if anyone has any ideas I would really appreciate it!
TL