Everyday Unity – Telegram
Everyday Unity
1.11K 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
Gentle Introduction to Realtime Fluid Simulation for Programmers and Technical Artists

My favorite type of articles where complex stuff is being described in layman's terms step-by-step of increasing complexity. And whopping 17 references in the end will give you all information you may need for fluid simulation

https://shahriyarshahrabi.medium.com/gentle-introduction-to-fluid-simulation-for-programmers-and-technical-artists-7c0045c40bac

#fluid #simulation #shader
👍2
Cleaner C# code

Recap of some ideas given by Uncle Bob in his book Clean Code. Cannot stress enough how important readable code is. We spend a lot more time reading our old or others code than writing it, so it is crucial to invest a little time into readability to save more time later.

https://medium.com/@juanal98/list/cleaner-c-code-2022-277e91f76a5a

#cleancode #tips
👍2
Using performance class to optimize your user experience

Looks like a simple wrapper for Unity can be created to adjust targetFrameRate or other performance critical stuff in your game based on performance class.

https://android-developers.googleblog.com/2022/03/using-performance-class-to-optimize.html

#performance #native
👍2
TikTok lessons from Among Us' success

Another post on using this platform to boost your game visibility. More and more examples are shared publicly. You can also check "Exo One" or the newzoo report about better engagement there.

https://www.gamesindustry.biz/articles/2022-03-28-tiktok-lessons-from-among-us-success-gdc-2022

#marketing #visibility
👍2
UnityDataTools: Experimental tools and libraries for reading and analyzing Unity data files.

analyze: It is an improved version of the AssetBundle Analyzer.
find-refs: this command finds reference chains leading to specific objects. It requires a database that was created by the 'analyze' command.
dump: this command dumps the content of a SerializedFile into a file of the selected format. It currently only supports the 'text' format

https://github.com/Unity-Technologies/UnityDataTools

#assets #analyzer
👍4