You don't have permission to view the spoiler content.
Log in or register now.
So , I have tried downloading games from this site for mobile phones. But it hardly ever works in my 2 GB ram phone. Also , the renpy engine has a flaw with its games. i.e. even games with not very diverse assets also take a lot of space because every image is saved as an image. While game engines have an upper hand in such cases as they can render 3d models. Thus saving lot of space . so the games with slightly lower poly assets or bones can use same model for multiple scenes. now obviously this will take some processing power. But some games like "harem hotel" (ie. serial asset reusing games) can have lower space . also they can add animations at will. And having made 3D games on mobiles which work fine even with 3-4 models at a time in the camera. I think , there is a scope for people to consider unity.
On top of it , unity has a much better resource management than renpy (or atleast that is my understanding.) as it can load and unload assets from RAM. while renpy must keep it in the ram (I am assuming this because even smaller renpy games also run very sluggish on my phone . While , UI from the games I have made previously on Unity are much smoother than any renpy game I tried on phone. ) . Also , the asset bundle part can also help reducing the size of apps and easier installation instead of 2GB APKs, which crash my phone while installation.
I am not an expert in unity but I feel like there has to be some limitation in unity that I am not able to see here. Or is it just lack of technical knowhow and convenience of renpy ?