Everyday Unity
1.15K subscribers
163 photos
59 videos
42 files
2.37K links
A game developer and tech lead in a top grossing company posting Unity, programming, and gamedev related stuff that I find interesting
Website: https://gamedev.center

Most used tags are:
#performance
#shader
#interview

Author: @alexmtr
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
DeepSnowFootprint: A unity shader solution to generate footprint on thick snow surfaces.

https://github.com/ZGeng/DeepSnowFootprint

#snow #shader #footprint
πŸ‘4
Unity-Baked-Volumetrics: A work in progress graphics solution for completely baked volumetric lighting, meant to be very lightweight and inexpensive

https://github.com/frostbone25/Unity-Baked-Volumetrics

#volumetric
πŸ‘6
Optimizing Unity Projects by Removing Additional Cameras

The issue here is not the time it takes to render the actual geometry, but rather the overhead incurred when switching between multiple cameras. Luckily, most cameras can be removed by replacing them with custom render passes.

https://agentlien.github.io/cameras/

#camera #optimization #renderpass
πŸ‘4
This media is not supported in your browser
VIEW IN TELEGRAM
PrimoToon

Shader for Unity (Built-in Rendering Pipeline) attempting to replicate the shading of Genshin Impact developed by miHoYo. This is for datamined assets, not custom-made ones nor the MMD variants.

https://github.com/festivize/PrimoToon

#urp #shader #toon #shading #builtin
πŸ‘4πŸ‘Ž1
This media is not supported in your browser
VIEW IN TELEGRAM
PipeMeshBuilder: Package for Unity which allows to contruct meshes in an adjustable shape of pipe and generate LOD

https://github.com/paSushkov/PipeMeshBuilder

#pcg #generation #pipe
πŸ‘4
Unity Main Thread Dispatcher

Provides a simple, thread safe, non monobehaviour service for managing the queue of work items on unity main thread using PlayerLoopSystem. Can be also used as an example of PlayerLoopSystem usage which is around for quite a while already.

https://github.com/gustavopsantos/UnityMainThreadDispatcher

#mainthread #dispatcher #playerloopsystem
πŸ‘4
RealTimeAtmosphere: real-time atmosphere rendering in Unity URP

https://github.com/AKGWSB/RealTimeAtmosphere

#weather #atmosphere #urp
πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
Hey-Area-Object-Spawner: Procedural Area Spawner Tool

A level design tool that allows you to create random objects inside a complex area on the terrain. In addition, spawning allows you to create complex area (Polygon from points) spawning systems, saving your time designing levels

https://github.com/JahnStar/Hey-Area-Object-Spawner

#spawner #leveldesign
πŸ‘6
This media is not supported in your browser
VIEW IN TELEGRAM
GrassBending: A replacement for Unity's terrain grass shader with alpha blended rendering and touch bending effect

https://github.com/Elringus/GrassBending

#terrain #grass #shader
πŸ‘3