-
Is it possible to create your own leaderboard?
by NuGamer ·Tried using the in-built GS leaderboard action, however my loading screen kept freezing as a result of it trying to auto sign in. I then added the platform login feature to another scene which did the -
Need help with my RSI…..
by nox1399 ·Umm…Apart from adopt me, what all games do you play? Are all the games similar to adopt me and require intense clicking? If yes, I have a solution. -
Need help with my RSI…..
by nox1399 ·Yes, they do help with the wrist twisting part. But when you’re using a vertical mouse, the mouse grip increases. You see, when you’re holding a normal mouse, it takes minimal mouse grip to hold it, b -
Need help with my RSI…..
by nox1399 ·Yes, they do help with the wrist twisting part. But when you’re using a vertical mouse, the mouse grip increases. You see, when you’re holding a normal mouse, it takes minimal mouse grip to hold it, b -
Need help with my RSI…..
by vince77 ·Finally somebody who understands it. Waait, what are you saying man? How will a vertical mouse cause harm? Your wrists don’t get twisted while using it, it infact relaxes your hands. Also, I have read -
Need help with my RSI…..
by nox1399 ·Hey man, I know exactly what you’re talking about. One of my friends has the same thing and he’s been a hardcore gamer all his life. I can understand your pain dude
Btw I don’t think you should go -
HTML5 gamepad disconnect freeze
by adent42 ·@AshumBesher are you using Chrome or Firefox? -
Building a Library of Images for Everyone
by Eric Matyas ·Brand new texture images are ready for you on these pages: -
HTML5 gamepad disconnect freeze
by adent42 ·If it's in wrapper, let me know which version of nw.js / electron you're using so we can look at it. -
Android Binary RC 2022-04-13: IronSource Upgrade, Pollfish, Google Play Rate App,
by adent42 ·If you've released games since 2022-04-13 build with either stable or RC, we suggest regenerating and re-releasing. -
milliseconds
by adent42 ·The timer is in seconds but you can request a fraction of a second. You can't request anything less that 16ms or 0.016 seconds as max framerate is 60fps. Depending on your game, the framerate can be l -
Android Binary RC 2022-04-13: IronSource Upgrade, Pollfish, Google Play Rate App,
by adent42 ·If you are comfortable running python here's another tool that could be helpful in working with AABs: -
2D Artist/Animator available for hire /RPGs/adventure games/roguelike/cardgames
by diploms1 ·Hey, I'm Olivers and I'm an artist/animator available for hire. For the past couple years I've worked on multiple Steam games doing the graphics, menus & animations, as well as other freelance -
Android Binary RC 2022-04-13: IronSource Upgrade, Pollfish, Google Play Rate App,
by pinkio75 ·Yes, when you extract the .APK from AAB you signed it in the same time; you need bundletool-all-1.8.0.jar and your keystore. -
Android Binary RC 2022-04-13: IronSource Upgrade, Pollfish, Google Play Rate App,
by NoobDev ·ok if I use the buildRC and it generates an aab can I extract the apk without signing the aab first? If not then I might as well figure out how to sign the aab and use that. I tried searching for this -
Sound works in Preview, but not on device
by The Glessnerd ·https://forums.gamesalad.com/discussion/comment/617934#Comment_617934 -
Sound works in Preview, but not on device
by Armelline ·I wouldn't trust Viewer. Push a build to TestFlight or make a APK and test that. -
Hello everyone im having some problems.
by ForumNinja ·Hello! For the signing error, you should be able to sign via the command line to fix it. Here's some step-by-step tutorials for the commands based on the file type. -
Run the app only with wifi or data connection
by adent42 ·Currently the best you could do to check online status is to use the network behaviors to hit your own server. If that fails, you can guess they're offline and adjust accordingly. -
Run the app only with wifi or data connection
by djzcreative ·Thanks a lot for the answer. But can't we then make sure that advertising can also be run ofline and counted once users connect? or something similar ?