PinnedNo Such DevWant to Use Unity Ads in Your Game? Think Again…My experience with Unity Ads in an online mobile game I made in 2019. I hope no one goes through the same bad experience as me :(May 4, 2022May 4, 2022
No Such DevHow to Delete Microsoft Edge on Windows 10/11Get rid of Microsoft Edge malware in 5 minutes!Feb 7, 2022Feb 7, 2022
No Such DevUnity Programming Essentials: enabled vs activeenabled is the state of a component and can be toggled through the Inspector window or code. active is the state of a GameObject and can …Jul 23, 20211Jul 23, 20211
No Such DevDownload Older Unity Firebase SDKsThe official firebase website has a link to download the latest version of their SDK for Unity. The page is here and links to the following…Jul 19, 2021Jul 19, 2021
No Such DevGlobally Shared Variables in UnityNo Such Studio: Variables Unity asset let’s you create shared variables in a Unity project. Set/Get/Listen from any scriptJul 9, 20211Jul 9, 20211
No Such DevGoPro HERO9 HERO8 Beep meaningsThis is a quick post on what the beeps mean on a GoPro HERO9 and HERO8. A must-know for controlling your camera without seeing it.Feb 12, 2021Feb 12, 2021
No Such DevLog Exceptions from C# Tasks to Unity ConsoleUnity prefers using Coroutines for asynchronous code. However there are times when you have to work with C# Tasks. In my case I am using…Jan 21, 2021Jan 21, 2021
No Such Dev10 Essential Shortcuts in Visual Studio 2019Here are the most essential shortcuts to get things done quickly in Visual Studio. I’m mainly coding C# for Unity on Windows…Dec 2, 2020Dec 2, 2020
No Such DevLearn Unity Editor Scripting: Scene View (Part 6)In this post we will learn how to extend the SceneView by making custom gizmos, showing additional handles and showing GUI in the Scene ViewNov 11, 2020Nov 11, 2020
No Such DevLearn Unity Editor Scripting: Editor Windows (Part 5)In this post we will learn how to create our custom editor windows in Unity. `console` and `project view` are sample editor windows.Nov 4, 2020Nov 4, 2020