I am creating a mathematical trivial for the mathematics department in my university using Unity3d. The game has to display questions with mathematical expressions. Since all the teachers in the department use LaTeX, they want a menu in the game with which you can enter a .TEX file in order to create a question. Is there a way to take this .TEX data, and display the question on a GUI element?
I have been searching for LaTeX integration with Unity with no success. Im fairly new to Unity and i have never worked with LaTeX. I am programming the game in C#.
Cheers.