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
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
Rider Essentials - .NET Guide

Authors of The Pragmatic Programmer said that you should always improve your workflow and knowledge of your instruments. Take time to check out these series to find new tips and tricks in Rider

https://www.jetbrains.com/dotnet/guide/tutorials/rider-essentials/

#rider #workflow #shortcut