How To Make An Object Glow in Unity? (DEPRICATED)
UPDATE UPDATE UPDATE: MK Glow Free is no longer available at the Asset Store. (You can still use the paid version though) In Unity 2020 it’s much more easy to use the glow/bloom effect. Just follow this tutorial: https://www.youtube.com/watch?v=6SKHDaSe768 In this tutorial we’ll create the…
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…
Changing Color of Gameobject Over a Period of Time
This Unity tutorial show how to change/fade/animate colors over time. ❤️ Subscribe to Oxmond Tutorials. We upload new tutorials every day! https://bit.ly/SubscribeOxmondTutorials ✅ Download the free Nefertiti 3D statue here: https://assetstore.unity.com/packages/3d/nefertiti-56818?aid=1100l4p9k ✅ Download the free DOTween here: https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676?aid=1100l4p9k ✅ Other Free Assets from the Unity…
How To Create a Perfect Bouncing Ball
In this Unity tutorial we create a bouncing ball that keeps a constant jumping height. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game! https://bit.ly/SubscribeOxmondTutorials ✅ Download the free background used in the tutorial here: https://assetstore.unity.com/packages/2d/environments/free-2d-adventure-beach-background-82090?aid=1100l4p9k ✅ Other Free Assets from the Unity Assets…
How To Play Sounds In Unity
How to play background music and sound effects when a button is pressed. This tutorial is a beginners guide to audio in Unity. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game! https://bit.ly/SubscribeOxmondTutorials ✅ Download the free background music (The Night Sky) from the…
How To Generate a Random Number or a Random String
How to work with date and time. In this tutorial we’ll work with the system datetime. How to get it, and how to format it. ❤️ Subscribe to Oxmond Tutorials. We upload new videos every day! https://bit.ly/SubscribeOxmondTutorials ✅ Download Free Assets from the Unity Assets Store:…
How To Drag and Drop a 2D Object
Learn how to drag a 2D object with the mouse. In this tutorial we will create at general drag and drop script you can use on any sprite. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game: https://bit.ly/SubscribeOxmondTutorials ✅ Download the free Japanese Dishes…
How To Make A Character Look At The Mouse
How to make you character look at and follow the mouse. With only at few lines of code you can give extra life to your 2D game. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game: https://bit.ly/SubscribeOxmondTutorials ✅ Download “the ghost” image here: https://oxmond.com/download/tutorials/unity/ghost.png…
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. ❤️…
How To Download Unity Using Unity Hub
Unity tutorial for beginners. How to download the Unity game engine for PC (Windows) or Mac (MacOs). In this tutorial we will download and install the free Unity (Unity3D) software from unity.com using Unity Hub. ···················································································· ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the…