Videos
https://i.ytimg.com/vi/lELHSvmBCVw/mqdefault.jpg
I See Game Objects - Unity Observer - Part 2
· ☕ 2 min read
Time to make our Unity Observer a bit more… useful. Right now we have a custom Unity editor window that can find a game object by name and display its position in the scene.

https://i.ytimg.com/vi/6fRCLx8gWAI/mqdefault.jpg
How I Use NDepend to Manage my Technical Debt
· ☕ 2 min read
Static code analysis tools are tools that are able to inspect your code without actually executing it. They are valuable tools in the constant fight for good code.

https://i.ytimg.com/vi/9rSP-ozPs0A/mqdefault.jpg
Building a Custom Unity Terrain Shader
· ☕ 2 min read
We’ve built a lot of shaders, how do we attach these to our terrain though? Let’s take a look at how you can build a basic shader that integrates with Unity’s pre-built terrain tools.

https://i.ytimg.com/vi/un3r1dW03VI/mqdefault.jpg
Getting Started with LINQ in C#
· ☕ 1 min read
LINQ can be confusing and some of the ways it works may not be intuitive if you’re unfamiliar with them.

https://i.ytimg.com/vi/FGTpz3O8PnQ/mqdefault.jpg
Recreating Particle Effects with Game Objects in Unity 3D
· ☕ 2 min read
I’ve been setting up a demo for a new project and ran into a bit of a snag. I had originally intended to use a Particle System to generate the effect I wanted - I already have it created.

https://i.ytimg.com/vi/VXFS0C8ZMNY/mqdefault.jpg
Live Coding a UWP Task List
· ☕ 2 min read
Previously we tried building a task list in the Blazor alpha, what would that look like in UWP? Let’s find out!

https://i.ytimg.com/vi/EsbMbg34CpQ/mqdefault.jpg
Dependency Injection in Spring
· ☕ 2 min read
Lets take a look at dependency injection, what it is and how to use it in Java Spring.

https://i.ytimg.com/vi/90YDpzoeGEk/mqdefault.jpg
Taking a Look at Groovy @Memoized Functions
· ☕ 2 min read
Reading up on some of the features of Groovy I stumbled upon the @Memoized annotation. This method annotation allows you to tell Groovy to memoize the results from a function.

https://i.ytimg.com/vi/qDoSAnwNgQI/mqdefault.jpg
I Learn Blazor - C# in Your Web Browser
· ☕ 2 min read
Wouldn’t it be cool if you could run C# code in a web browser? Blazor is a tool that compiles C# code into functioning web assembly that can be deployed like a normal webpage.

https://i.ytimg.com/vi/xMd_uzV0hPk/mqdefault.jpg
Wind Mapped Snow - Dynamic Snow in Unity - Part 6
· ☕ 2 min read
Last video we added support for wind to blow snow across our terrain. That was cool but the implementation was fixed and required us to have wind move in a specific direction.