Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

very cool concept! Runs well on mobile btw, so you can enable mobile on itch game page.

What do you mean when you tell that you used your framework in Unity? 

(+1)

Thank you very much for feedback and playing on mobile ;)
As a programmer I wrote my own framework that includes basic modules needed for almost any game. It includes UI windows system, save/load, static data (like configs, constants) and audio. It helps me not to spend a lot of time for infrastructure of the game cz I have only 1-2 hours a day to be an indie developer :) 
This is actually the second game I developed using this framework. So I wasted some hours to fix several bugs during this jam :)  

yeah, cool, i do it too. Like a thing that took a lot of time when i started first games: scene management. Loading/transitions/reloading/etc. I now have some ready to use solution, for that and Audio System, menus. settings. I just didn't thought about it as a framework, i guess i called it a template :)

(+1)

Ah, yes. I call it framework cz I build a game around it. And all my code depends on it :)
And it is always the same for every project. But also I have a template for quick prototyping. It includes some sprites, scripts which will be changed in final game. That's how I understand it