Skip to main content

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

Hi LAGS , I am really waiting you to adding the Gallery option in the game .If you can make it as a minor patch update that will be awsome. I don't know wheather it take a long time to add galley as a patch .It's a request from you LAGS if its a easy work do it else whrk on the Whole update .

With how many animations are there adding gallery will be a tedious task. I'm planning to do something like Parasite Evil's gallery.

I am really awaited for the next update LAGS. You are really doing a great job LAGS i am also a guy who want to develop a 2D PLATFORMER PORN GAME but i have Zero experience in unity If you got any suggestion let me know LAGS .It will be really great to hear from you.

Well you can always find tutorial on YouTube but here are my tips after making games for all those years.

  1. Learn when to use code in Update and FixedUpdate. Update happens every frame. I mostly use it to handle inputs since it runs every frame. Try not to use it quite often. Fixed update runs 30 times in a second by default. This is the one I use to handle gradual decrease of player health or increase in climax bar.
  2. State machines and C# Events. Something I learned seeing an actual programmer looking into code of a quite popular game in the past. It  may be difficult to understand at first but once you understand how things works, it makes life easier.
  3. Loading things from Resources, using loops. I only use two loops the most, for and foreach one.
  4. Using Invoke and Coroutines to run a code in time. They can be helpful when you want to stop something from running any further if a condition is met. Good example of this is sometimes moaning sounds stop when Masuo is talking with someone during sex.
  5. Learn a bit more about UI layout elements. This one come later when you want to add UI to the game.
Deleted 16 days ago
Deleted 16 days ago
Deleted 16 days ago
Deleted 16 days ago