Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ghosthunter2876

1
Posts
A member registered Nov 07, 2019

Recent community posts

My experience with Unity has always been that theres most likely a function for what you're doing or a simpler way. It's very easy to get too ambitious and overcomplicate ideas and code. So my advice is to try to keep it to the simplest code possible to achieve the same effect. If not, you'll get spaghetti code. Like a programmer's Occam's Razor type thing. It seems like a "no duh" thing, but that isnt always the case.