DEV Community

Game Dev Digest - The Newsletter On Unity Game Dev
Game Dev Digest - The Newsletter On Unity Game Dev

Posted on • Originally published at gamedevdigest.com

Game Dev Digest — Issue #211 - Testing, Shader Theory & Implementation, and more

Issue #211 - Testing, Shader Theory & Implementation, and more

This article was originally published on GameDevDigest.com

Issue #211 - Testing, Shader Theory & Implementation, and more

Unit testing, TDD, Raymarching, Raytracing, Shader deep dives and interactions, plus lots more. Enjoy!


Physically Based Rendering (4th edition) now available online for free - Physically Based Rendering: From Theory To Implementation
pbr-book.org

Optimizing Code by Replacing Classes with Structs, Unity C# Tutorial - This tutorial is intentionally short, focusing on practical implementation rather than theory.
SwiftRoll

Real-time dreamy Cloudscapes with Volumetric Raymarching - One fascinating aspect of Raymarching I quickly encountered in my study was its capacity to be tweaked to render volumes. Instead of stopping the raymarched loop once the ray hits a surface, we push through and continue the process to sample the inside of an object.
blog.maximeheckel.com

The art of Hit Registration - One of the core systems of a competitive networked FPS game, using a snapshot interpolation technique to synchronize the different clients with the server, is its Hit Registration algorithm. In this post, I will explain all the details about this process, discuss the different challenges that developers will need to face and explore various approaches used by well-known FPS games that employ this technique.
danieljimenezmorales.github.io

A Journey Into Shaders - This article is interactive: you can play with the code and sliders to interact with the shaders. Enjoy!
mayerowitz.io

How Do Mirrors in Video Games Work? - Today, let's take a dive into the history of mirrors in video games and learn how modern-day developers handle reflective surfaces in their games.
80.lv

10 design lessons learned from 30 years of horror games - Developers have shared their techniques and philosphies with us, condensed here for your convenience.
gamedeveloper.com

Porting Unity to CoreCLR - This blog post covers recent changes we’ve made to allow the CoreCLR GC to work hand in hand with Unity engine native code. We’ll start at a high level, then get into more technical details.
Unity

How I use Test Driven Development to make games - This blog post is about using TDD (Test Driven Development) (and testing in general) for game development. It explains my personal process and tools I use for my games that are pretty similar to what I used at Ironhide Game Studio to make Iron Marines and Iron Marines Invasion.
arielcoppes.dev

Unit Testing Made Easy: Unity ECS Best Practices - The complexity of managing dependencies between thousands of systems is a significant topic, but today let’s start from the bottom and learn how to make sure that each small block of our game is working correctly and doesn’t break when other systems change and modify the data that comes into our particular system under test.
gamedev.center

Videos

How Are Games Rendering Fur?
How Are Games Rendering Fur? - It's easy to understand why fur is extremely problematic with its high density of objects and physical complexities, but somehow games have been rendering it for years! How could something so complex be so easily simplified?
Acerola

Weighted Chance for ANY Event | Unity Tutorial - This is a really quick Unity tutorial where I'll show you how to fire random events based on weights you set in the inspector! You can use it for loot drops, but honestly it could be used for just about anything since it's based on firing a random event.
Sasquatch B Studios

Don't Use Deep Profiler! - Profiler Marker Unity - Why should you try to avoid using Deep Profiler? In this video we talk about deep profiler and profiler markers and what is the best way to find the Performance of your functions.
Game Dev Box

Can Unity Do Pool? - This video details my somewhat painful attempt to create a functional pool game using ONLY Unity's built-in physics engine.
b3agz

How To Make Your Game Stand Out Like Hollow Knight - We're breaking down some of the things Hollow Knight did to stand out and be successful. We all can do this with our game, if we take the time to look deeper.
Soul Engine Studio

Flax Engine 1.7 -- With MASSIVELY Improved Licensing! - The Flax game engine just released the Flax 1.7 release. This version adds several new features such as Cloth tools, better MacOS support, a new Plugin creation tool and much more. But at the end of the day, the single best improvement is a massive positive upgrade to the licensing terms that prevents Flax from ... pulling a Unity.
Gamefromscratch

This is how you look at and watch your target in Unity 2D! - Add target tracking to make your characters' eyes come to life and look at what's happening! We'll cover everything from setting up the scene in Unity (2D) to writing the code for tracking and adding a cool blinking effect. The amount of eyes does not matter, they will all move individually ;)! Download a mini beholder to work alongside this!
Christina Creates Games

Why can't you multiply vectors? - ..or can you? A deceptively simple question with a complex answer – come join a mathematical journey into madness and wonder, in search of answers that might just give you a new perspective on the mathematical constructs we use in our games
Freya Holmér

Blender 4.0: What's New and Why You Should Be Excited! - Blender 4.0 is almost here. I made a little run-down of some of the best features.
DECODED

Watch this if you're a solo gamedev - Until recently, I wasn't aware how many of you were solo developers. It turns out it's a lot of people, so in this video, I give my most common pieces of advice for solo indie devs.
BiteMe Games

Visitor: How I Mastered the Toughest Programming Pattern - Unity C# Architecture: This is how I finally understood the Visitor Programming Pattern - Building a Power Up System in Unity.
git-amend

How Inworld's 'Origins' Demo Actually Works - In a recent video, I looked at 'Origins': a detective game that uses AI technology built by Inworld (@inworldai) that allows players to interact with non-player characters directly using speech or text, and holding fully immersive conversations with them.
AI and Games

Remaking the Black Hole Shader from Outer Wilds! | Unity Shader - This is how I re-created the black hole effect from Outer Wilds in Unity's Shadergraph!
Quontyn Tech Art

Assets

Harmonic Hauntings - A Horrific Sound And Music Bundle
Harmonic Hauntings - A Horrific Sound And Music Bundle - Craft an unsettling horror score. Create a sinister soundscape for your game, film, or audio project with this bundle of spooky samples, macabre melodies, and more royalty-free horror music and sound effects. Craft a chilling auditory experience with the unnerving chords and experimental sounds of Ovani’s Apprehension Engine sample packs. Unnerve your audience with royalty-free horror and sci-fi music.
__

50% off Kevin Iglesias - Publisher Sale - Kevin Iglesias is a 3D animator with a focus on video games, who provides a variety of ready-to-use animations and tools that help give life to your own character models. PLUS, get Basic Motions for FREE with code KEVINIGLESIAS
MangoButtermilch Open Source

Unity-volumetric-black-hole - Compute shader approach for rendering a volumetric black hole
MangoButtermilch Open Source

unity-raytracing - GPU Raytracing renderer which runs in hlsl compute shader in unity. This project is implemented by pure hlsl vertex shader, fragment shader and compute shader in Unity, not using any raytracing shaders.
airliang Open Source

QuickEye-Utility - New type and property drawer to serialize and edit dictionaries in inspector.
ErnSur Open Source

OldMovieFx - OldMoview post effect for Unity Urp, Controlled via volume profile, works as render feature
NullTale Open Source

Animated-Progress-Bar-Shader-Graph - Coloured animated progress bar made in Unity, with Shader Graph. Inspired by celestialmaze.
MirzaBeig Open Source

UIEffect - UIEffect provides visual effect components for Unity UI.
mob-sakai Open Source

InputSystemActionPrompts - Automatically set controller prompts in text and icons in your Unity game UI. This package is an add-on for Unity's Input System, working with TextMeshPro and Unity's UI system.
simonoliver Open Source

UniRate - A Unity plugin to easily manage the application frame rate and rendering interval.
renanwolf Open Source

ShapeEditor - The 2D Shape Editor is a versatile tool to create complex 3D meshes out of 2D shapes.
Henry00IS Open Source

hair-physics - Realistic simulation of hair physics optimized for virtual reality (120FPS). Leverages spring physics and geometry/compute shaders to create hair strands that respond to movement.
rhemsuda Open Source

StatefulUI - A library for structured state-based UI development in Unity.
dmitry-ivashenko Open Source

Simple-Blackboard - Simple Blackboard for Unity is a flexible runtime data container that can contain any count of properties of any type. The properties can be accessed with property names.
The main advantage of Simple Blackboard is that it allocates as little as possible. Also, it has good enough performance and supports derivation.
ZorPastaman Open Source

TextureMerge - this program is ideal if you want to pack individual grayscale textures in one image.
Fidifis Open Source

FastScriptReload - Are you tired of waiting for full domain-reload and script compilation every time you make a small code change?
handzlikchris Open Source

Level Up Remix - Software Bundle - Get Fear, Caverns, Soul Trip and more! Get an instant, complete music production suite with this value-packed bundle—featuring a pro-level DAW (digital audio workstation), virtual synths & instruments, SFX, and an epic library of thousands of loops and samples! Record and mix tracks with the powerful, easy-to-use Mixcraft 9 Recording Studio. Recreate sounds of legendary instruments with Mercury-4, Eight Voice Synthesizer, and more. Tap into loops, vocals, one-shots, and MIDI for a huge variety of styles and genres. Whether you’re a beginner or a professional already deep into production, this bundle’s got everything you need. Plus, your purchase helps support Music Will!
Humble Bundle Affiliate

Create & Elevate - Amazing Art Tools From Corel - Bring your vision to life Get inspired and get creative with this bundle of amazing visual art software from Corel! Sketch, paint, and illustrate with the renowned Corel Painter 2023, plus a kit full of brush packs to help you create your signature style. Make every shot your best shot with the advanced photo editing of PaintShop Pro, and harness the time-saving power of AfterShot Pro. Become a master of the digital canvas with the help of Corel, and support Children’s Hospital of Eastern Ontario (CHEO) with your purchase!
Humble Bundle Affiliate

Spotlight

Scoot
Scoot - Scoot is the long awaited scooter riding game that riders have been waiting years for. Enter this physics based game and perform over 40 different tricks, customise your scooter and rider, build your dream park, film clips, or play online with friends!

[You can get the game in early access on Steam and follow them on Twitter]
Matt Cole


You can subscribe to the free weekly newsletter on GameDevDigest.com

This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article.

Top comments (1)

Collapse
 
sellgameconsole profile image
Sell Game Console

"Game Dev Digest – Issue #211: Exploring Testing, Shader Theory & Implementation, and More!"
Sell Game Console