How To Get the DATE and TIME
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. Tip: You can get the NAME of the day by typing “ddd” or “dddd”. Try this: print(“Today is ” +…
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…
How to Stream Vimeo Videos in Unity!
Is it possible to stream Vimeo videos in Unity? Yes it is! And it is quite easy too. But you need a Vimeo Pro license, the streaming features are not available in the Free/Plus plans. ···················································································· ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the…
How to change the cursor in Unity
How to change the cursor in Unity! In this tutorial we will have a close look at the mouse. How to hide and show the cursor, and how to change the cursor sprite from a script. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the…
Buttons! How to create and script a button
How to create buttons in Unity? Let’s have a look. We will create and script buttons in this Unity tutorial for beginners. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game: https://bit.ly/SubscribeOxmondTutorials ✅ Check Out the Free Asset Packages at the Unity Assets Store:…
How to make a your character jump!
Let’s make your character #jump! We’ll have a look at the scripting, sprites and #animation setup in Unity. ❤️ Subscribe to Oxmond Tutorials. Stay ahead of the game: https://bit.ly/SubscribeOxmondTutorials ✅ Get the FurBall character from the Unity Asset Store: https://assetstore.unity.com/packages/2d/characters/furball-2d-v1-2-mobile-optimized-40588?aid=1100l4p9k ✅ Check Out the Free…
How to make multiple copies (clones) of a GameObject. Unity 2019 beginner tutorial
How to clone, copy, duplicate…developers call this “to instantiate an object”. In this video we will take a look at how we can clone (instantiate) an object. It’s easy and very, very useful in almost all kinds of game development. ❤️ Subscribe to Oxmond Tutorials….