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
Система локализация в Unity с точки зрения разработчика

An in-depth denoscription why the team decided to implement their own localization solution

https://romanilyin.com/unity-localization/#___Unity

#localization
Smooth Scene Streaming with Unity3D

A decent example how to optimize additive scene loading and activation, however there can be more optimizations like custom game object manager that proxies all monobehaviors calls.

https://80.lv/articles/smooth-scene-streaming-with-unity3d/

#scenestreaming #optimization
This is an example that shows how to use the asynchronous GPU readback API to capture renders without blocking the main thread.

Note that there is a trade-off between performance and latency -- it's only useful when a small amount of latency is acceptable. Screen capture is one of the best-fit case for the feature.

https://github.com/keijiro/AsyncCaptureTest

#gpureadback #readback
Optimizing performance of Unity games - M2H

Not your typical optimization article with just a bunch of tips about this and that. This one is more about right approach and mindset to profiling and optimization. A very good read.

https://www.m2h.nl/optimizing-performance-of-unity-games/

#optimization #performance