Making a REST service using Node and Express to use with Unity - Part 1

Making a game with unity is super cool. But what about online features like saving some data to a database like user info, progress, items, enemies…? You may familiar with node and rest api, but to sending a request from unity and handling received data is a bit itchy in unity. So let’s throw a blog series with unity and node. Then we gonna host it on heroku! In this part we’ll make our “Hello World” project....

September 3, 2019 · Cem Ugur Karacam