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…
Tutorial, Uncategorized, Unity
0
Tilemaps! How To Paint With Tiles In Unity!
How to use tiles and tilemaps in Unity 2019. Learn how to create a tile palette and paint with tiles/sprites with the mouse. If you have never used Unity’s tileset editor, this tutorial is for you! This tile system rocks! Unity 2019 beginner tutorial. ❤️…