PinnedNo Such Dev·May 4, 2022Want 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 :(
No Such Dev·Feb 7, 2022How to Delete Microsoft Edge on Windows 10/11Get rid of Microsoft Edge malware in 5 minutes!
No Such Dev·Jul 23, 2021Unity 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 …A response icon1A response icon1
No Such Dev·Jul 19, 2021Download 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…
No Such Dev·Jul 9, 2021Globally Shared Variables in UnityNo Such Studio: Variables Unity asset let’s you create shared variables in a Unity project. Set/Get/Listen from any scriptA response icon1A response icon1
No Such Dev·Feb 12, 2021GoPro 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.
No Such Dev·Jan 21, 2021Log 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…
No Such Dev·Dec 2, 202010 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…
No Such Dev·Nov 11, 2020Learn 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 View
No Such Dev·Nov 4, 2020Learn 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.