News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
8 | Follower
Stack Exchange - Game Development
23.01.2025
I'm making a mockup desktop for a sandbox game. I have a script, in which I defined a ObjContainer class that extends the Control class (the Container class has some behaviours that I don't want). I
There are multiple crashes where the spriteFrameCache is unable to find a spriteFrame. This only happens when android app receives onTrimMemory signal, on which I am calling Director::purgeCacheData
Question: I’m facing an issue with in-app purchases (IAP) in Unity, specifically when using Unity version 2022.3.55f1, Unity In-App Purchasing v4.12.2, and Google Billing v6.2.1 for a consumable pr...
I'm in the process of writing saving/loading function for my little game. I'm willing to save the shaders as resource as I did for texture and meshes. I have a _SHADER struct that contains the VS/...