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…
Git Integration! Setting Up Unity with Git, SourceTree & Bitbucket
Improve your workflow! Use Git for you Unity project! In this tutorial we set up a new Unity project with Git, Sourcetree and BitBucket. ✅ Download the Sourcetree client: https://www.sourcetreeapp.com/ ❤️ Subscribe to Oxmond Tutorials! Stay ahead of the game! https://bit.ly/SubscribeOxmondTutorials 🔔 Remember to hit…
How To Build a Video Player With Scrub Control in Unity!
In this tutorial we build our own video player. Complete with play & pause buttons and a nice scrub bar controller. What’s not to like? 😛 ✅ Download the files and scripts from the tutorial here: oxmond.com/download/tutorials/unity/Oxmond_videoplayer.unitypackage ✅ Download free assets from the Unity Assets…
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 /…
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 Change The Default Script Template in Unity
How to change the default script template in Unity. In this tutorial we customize the default script template. You can find the default script here: Windows: C:\Program Files\Unity\Editor\Data\Resources\ScriptTemplates Mac: /Applications/Unity/Editor/Data/Resources/ScriptTemplates Mac (since 5.2.1f1): /Applications/Unity/Unity.app/Contents/Resources/ScriptTemplates ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game! https://bit.ly/SubscribeOxmondTutorials ✅ Free…
How To Create a Drop Down Menu – And Get Selected Value
How to create a dropdown in Unity! In this tutorial we build a simple dropdown menu and get the selected value. ❤️ Subscribe to Oxmond Tutorials. New tutorials every day! 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 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…
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…
- DarkSwarm Dev Log: 6 Month of Game Development in Unreal Engine 5.1
- Meeting with Ms. Masako Wakamiya: The world’s oldest app developer
- Red Cross & Oxmond Technology publishes an app for Ukrainian refugee families
- iTween Animation Examples
- How to Mask Graphics in Unity. 2D Sprite Mask Tutorial Unity 2020