LightmassConfiguration is a script made for Unreal Engina 4 to allow to change from Unreal's CPU Lightmass to GPU Lightmass (made by Luoshuang for the Unreal Forums) and back. Since there are no options in GPU Lightmass, the script also allows anyone to change bake quality levels without the need to even restart Unreal Editor.
A collection of some of the neat math and physics tricks that I've collected over the last few years.
A third person, multiplayer sample project. Built with Unity and using the new Data Oriented Tech Stack (DOTS).
A bloom that is 60% faster than Unity’s built-in bloom and is specially optimized for mobile platforms. This bloom can be applied to only intended specific objects. And its intensity and threshold can be controlled per-object. This bloom can be applied to objects with random moving shapes (like glittering water surface under the sun). On top of that, color grading is well integrated and costs little extra performance.
Simple C++ implementatoin of particle-based hydraulic erosion on a square grid