Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Godot has suitable replacements for MonoBehaviours.  I don't think he added another layer of abstraction, moreso he wrote his code with abstraction in mind, i.e., portable interfaces versus tight coupling with any specific framework.  Instead of utilizing some OOB framework provided behaviors, he rolled his own.  This is really the way it should be done when one has the experience to do so.