filmov
tv
Game Data Architecture with Unity, Google Sheets, Node and JSON

Показать описание
Sharing my game data management architecture using Google Sheets, Node and JSON. I use Google Sheets as a quick way to create an editor in a data intense game. Node is used to pull the information from the Google API and make it available to the Unity Game. In this video I explain how I was first using a live HTTP server but then today switched to using static text files.