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
The Uninomicon [Uninomicon]

Unity is a very complex beast, and much of its behavior is undocumented. While this is often for good reason1), many of us still find ourselves doing research into the precise operation of Unity APIs.

This wiki is a place for that research. It's a place you can look before you start your dive into the engine's internals. Hopefully, if we work together, it will save some of us a trip.

https://uninomicon.com/

#docs
Unity Architecture Pattern: the Main loop – Bronson Zgeb

Basically update manager instead of built in Unity loop

https://bronsonzgeb.com/index.php/2021/04/24/unity-architecture-pattern-the-main-loop/

#mainloop
Improved stylized wireframe shader with source code

https://www.patreon.com/posts/50446220

#wireframe #shader #stylized
Git - git-bisect Documentation

The command to find a commit where bug was introduced by binary search

https://git-scm.com/docs/git-bisect

#bisect #debug