How To Make An Object Glow in Unity 2020! [Beginner Tutorial – Unity 2020]

In this tutorial we’ll create the awesome glow effect (also called bloom effect) on a Gameobject in Unity 2020. Using only a few easy steps. 🧡 Subscribe to Oxmond Tutorials. Stay tuned! https://bit.ly/SubscribeOxmondTutorials ✅ Download the Oxmond “X” logo bitmap here: https://oxmond.com/download/tutorials/unity/oxmond_x_bw.png 😷👕 Need a…

How to use real time Post-Processing in Unity

✅ How to install and use the awesome Unity Post Processing package. This is a must. See this tutorial before making any 3D games  ✅ Download the free Elf Character from the tutorial: https://assetstore.unity.com/packages/3d/characters/humanoids/character-elf-114445?aid=1100l4p9k  🧡 Subscribe to Oxmond Tutorials. Stay tuned! https://bit.ly/SubscribeOxmondTutorials 😷👕 Need a…

How To Modify The Pivot Point!

How to change the pivot point in Unity. ❤️ Subscribe to Oxmond Tutorials. New tutorials every day! Stay tuned! https://bit.ly/SubscribeOxmondTutorials ✅ Download the free Sunny Land asset here: https://assetstore.unity.com/packages/2d/characters/sunny-land-103349?aid=1100l4p9k ✅ Other free assets from the Unity Assets Store: https://assetstore.unity.com/lists/top-free-packages-13201?aid=1100l4p9k 😷👕 Need a face mask /…

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…