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
MaterialExtensions

Скрипт удаляет на материале все сохранённые от шейдеров значения, которые не используются в рамках текущей версии шейдера

https://pastebin.com/G1AqNTBm

#shader #editor #tool #optimization
Indirect Compute Shader

Direct means CPU tells GPU to execute work, amount of work is given by CPU

Indirect means CPU tells GPU to execute work, amount of work is calculated in GPU

https://cmwdexint.com/2017/10/20/indirect-compute-shader/

#indirect #compute #shader