Architecture, Clean Code - March 08, 2024

The thing that changed our approach to Unity projects

Frontend and Backend are usually Web terminologies, but that should change. It's extremly tedious maintaining unity codebase which has UI calls all over the place. When we wrote our first project in 2015 it was perfroming textbox renders inside classes that also update state.. I mean, c'mon.. And frankly the number of youtube tutorials that does not even adress this as an issue is too damn high...

How did we seperate the two?

By introducing 2 new concepts: "views" and "systems".

Reference issue

This begs the question - how do we reference this stuff in inspector?.

The result:

The result is...

0 Comments

Leave A Commnet

Share on Facebook