How to Write Time Delays In Your Code! [Beginner Tutorial – Unity 2020]
How to execute code with a delay? In this tutorial we will take a look at how we can delay script or functions in Unity. 🧡 Subscribe to Oxmond Tutorials. Stay tuned! https://bit.ly/SubscribeOxmondTutorials ✅ Free Assets from the Unity Assets Store: https://assetstore.unity.com/lists/top-free-packages-13201?aid=1100l4p9k 😷👕 Need a…
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 Create a Glass Material in Unity
How to create a nice glass material in Unity with just a few mouse clicks. ❤️ Subscribe to Oxmond Tutorials. New tutorials every day! Stay tuned! https://bit.ly/SubscribeOxmondTutorials ✅ Download the free version of MK Glass here: https://assetstore.unity.com/packages/vfx/shaders/mk-glass-free-100712?aid=1100l4p9k ✅ Download the character from the tutorial here:…
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…