Everyday Unity – Telegram
Everyday Unity
1.1K subscribers
157 photos
59 videos
42 files
2.36K 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
Generate a Maze using Compute Shaders in Unity

An example how to implement procedural generation using compute shaders

https://bronsonzgeb.com/index.php/2021/04/03/generate-a-maze-using-compute-shaders-in-unity/

#compute #shader #maze
Using Neon C# intrinsics with Unity Burst

This guide explains how you can use Arm Neon C# intrinsics with the Unity Burst compiler to improve performance of your Unity Android application

https://developer.arm.com/documentation/102556/latest

#arm #neon #intrinsics
Как мы делали красивую двумерную воду в Unity

https://dtf.ru/gamedev/815164-kak-my-delali-krasivuyu-dvumernuyu-vodu-v-unity

#2d #water #shader
Refactoring: Guard Clauses. A technique to be a better developer

An argument why multiple returns inside a method is better than single one with deep indentation

https://betterprogramming.pub/refactoring-guard-clauses-2ceeaa1a9da

#guard #clause #refactoring