Feb 12Made With Unity | UI Toolkit: UI BuilderFollow along for a basic understanding of using the UI Builder from Unity’s new UI Toolkit to create a scoring system. What Is The UI Toolkit? The UI Toolkit is a Unity package containing many features, resources, and tools for developing a user interface (UI). You can use UI Toolkit to build custom UI and…Made With Unity7 min readMade With Unity7 min read
Jan 9Made With Unity | Using Blender to Convert Ready Player Me Avatars to FBXIn this article, we will walk through converting a Ready Player Me avatar from GLB to FBX using Blender. What Is Ready Player Me? Ready Player Me is a virtual reality platform that allows users to create and customize their avatars, digital representations of themselves. These avatars can interact with other users in virtual reality…Ready Player Me5 min readReady Player Me5 min read
Oct 28, 2022Chronicles Of A Developer | Removing A Commit From MasterHow bug(💩)s / human oops help us to grow as Developers! Backstory The lead developer of your group gives you a new task, you tackle the job in record time. …Made With Unity4 min readMade With Unity4 min read
Oct 21, 2022Made With Unity | DOTween: DOFillAmount()Let me share a different approach for a cooldown effect using UI Image fill type and DOTween.Made With Unity5 min readMade With Unity5 min read
Oct 6, 2022Made With Unity | Newtonsoft’s Json.NETNewtonsoft’s Json.NET is a popular high-performance JSON framework for .NET that can be used with Unity; similar to Unity’s Json Utility but with other features. In this short article, I will share a basic approach using Newtonsoft’s Json.NET to fetch data from a web API. We are going to get…Unity Game Development5 min readUnity Game Development5 min read
Aug 30, 2022Made With Unity | Firebase Analytics IntroductionWhat Is Firebase Analytics? Firebase Analytics is a free app that helps developers to get an insight into the usage of their app/game and how the users of their app behave. …Firebase6 min readFirebase6 min read
Aug 6, 2022Made With Unity | Unity VR Part 9: FlashlightLet's add a simple flashlight mechanic to our scene so our VR player can interact with it. Getting The Flashlight Using Filebase I download a simple flashlight asset and added it to my Unity sceneMade With Unity3 min readMade With Unity3 min read
Aug 4, 2022Made With Unity | Guide To Beautiful Games In Unity Part 7: Altering Texture Maps With ProcreateAltering a texture map of an object to get a different look at your assets is very easy. In the example below, when I started prototyping my Sci-Fi room, the walls, floor, and ceiling had a yellow look to them. …Made With Unity4 min readMade With Unity4 min read
Jul 20, 2022Made With Unity | Guide To Beautiful Games In Unity Part 6: URP-LightsAn Introduction to the different types of light we can use on Unity 4 Different Types Of LightsMade With Unity3 min readMade With Unity3 min read
Jul 18, 2022Made With Unity | Guide To Beautiful Games In Unity Part 5: URP-SkyboxesIn Unity, there are 4 types of Skyboxes. Before diving into a brief introduction of skyboxes we need to make some changes to our Lighting settings. Using Unity 2021 LTS Creating A New Lighting Settings Asset Let’s go to Window->Rendering->Lighting and on the Scene tab press New Lighting Settings.Made With Unity4 min readMade With Unity4 min read