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
100 game design tips and tricks

#gamedesign #tips #book
ForceMode difference

#physics #rigidbody #forcemode
Best way to create an empty collection (array and list) in C# (.NET)

Array.Empty<T> and new List<T> are the fastest according to these tests

https://www.tabsoverspaces.com/233833-best-way-to-create-an-empty-collection-array-and-list-in-csharp-net

#collection #empty
Database System in Unity using Resources and ScriptableObjects - The Knights of Unity

A very basic article about noscriptable objects

https://blog.theknightsofunity.com/database-system-in-unity-using-resources-and-noscriptableobjects/

#noscriptableobject #so
Measuring Performance

Has one interesting details on rendering differences with built-in rendering pipeline and universal rendering pipeline

https://catlikecoding.com/unity/tutorials/basics/measuring-performance/

#performance #rendering #urp