InBetter ProgrammingbyJordan Cassady·Feb 28, 2022How to Test Solidity Smart Contracts With PythonUse Pytest to deploy smart contracts with confidence
InCoinsBenchbyJordan Cassady·Feb 25, 2022How to Compile Solidity Smart Contracts With PythonAccess smart contract ABIs directly from Python.
Jordan Cassady·Jan 5, 2022How to upgrade materials to URP in Unity 2021.2 and aboveCan’t quite figure out how to convert standard render pipeline materials to URP in recent versions of the Unity editor?A response icon1A response icon1
Jordan Cassady·Jan 4, 2022Automate Player Input with Unity Test Runner and NSubstitute“How can I test player input in my Unity game…but without the need for a real human being?”
Jordan Cassady·Oct 14, 2021How to release Unity Editor Tools on the Unity Asset StoreBefore uploading Camera Composition — Grid Overlay Tool to the Unity Asset Store for approvals, I employed a release process using two…
Jordan Cassady·Aug 11, 2021Write Better Unity Code With Rosyln C# AnalyzersAdding static analysis to a Unity project’s C# codebase can help improve software by identifying code that’s high quality (“good”) from…
Jordan Cassady·May 3, 2021How To Upgrade Tiny Car Controller’s Default Input With InControlDavid Jalbert’s Tiny Car Controller uses Unity’s Standalone Input Module by default, enabling developers to get their projects up and…
Jordan Cassady·Apr 30, 2021Steam Playtest + Unity Analytics = A Fun Game?Not long after finishing Electric Sunset for Game Dev Unlocked’s 48-hour game jam in March, my submission had received some positive…
Jordan Cassady·Mar 12, 2021Tiny Car Controller: Add Speed Boost Pickups With C# Events In UnityDuring Game Dev Unlocked Game Jam #1, I wanted to make a relaxed, arcade-style driving game. For inspiration, I drew upon California…
Jordan Cassady·Aug 1, 2020Debugger for Unity: add missing launch.json for VS CodeAfter installing the Debugger for Unity extension for VS Code, it became apparent I would need a launch.json file to my project’s .vscode…A response icon1A response icon1