How to read JSON data from a web service in C#
How to read a JSON data from a web service in Unity. This Tutorial is about reading JSON data. We will build a little application build on a JSON webservice. ✅ Download the free SimpleJSON parser: https://github.com/HenrikPoulsen/SimpleJSON ✅ The free geoplugin webservice: http://www.geoplugin.net/json.gp?ip=213.22.22.98 ❤️ Subscribe…
How to Change Scene in Unity
How to change scene in Unity! In this tutorial we cover four different scenarios on how to switch scenes: Change Scene on Button Press Change Scene on Collision Switch scenes after time (delay) How to Change Level (scene) AND Keep Your Variables ❤️ Subscribe to…
C# Lesson: How To Save & Load Game Data on a Local Device
Save data like username and score on a local device using PlayerPrefs. You can save strings, integers and floats. A basic example would look something like this: Save: PlayerPrefs.SetString(“playerName”, “Oxmond”); Load: PlayerPrefs.GetString(“playerName”); ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game! https://bit.ly/SubscribeOxmondTutorials ✅ Free Assets…