Making a REST service using Node and Express to use with Unity - Part 4
So far, we have managed to receive and send data between nodejs server and unity client. But it was limited to display only on console. This part, I’d like to build some GUI stuff to make it more pleasing to look at! Unity ninjas love to make some GUI stuff after all 😎. I love Scriptable Objects in Unity. If you missed or dodged it, check out my completed series about MVC with Scriptable Objects in Unity....