-
Binary RC 2023-04-21: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Inpu
by adent42 ·To get these benefits use "Build RC". It doesn't matter which version of GameSalad Creator you publish with as long as it's a version 1.25.x. -
GameSalad HTML5 Engine 1.25.135
by adent42 ·* Load default fonts from https://fonts.gamesalad.com if they don't exists in the project (instead of https://s3.amazonaws.com/fonts.gamesalad.com) -
Free Music Resource
by Eric Matyas ·Please make sure to check out my higher-quality Ogg music packs which enable you to download all of my tracks at once for all of my most popular genres. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by nir3112 ·thank you so much. -
"Guru video" 1.25 feature Chartboost Reward videos
by AHBGames ·Hi @adent42 Is it possible to know when the video is available as mentioned in this comment? I would like to be able to show the button only when an ad is available. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·Almost got it. The one bad thing is we'll need to up the minimum iOS to 12.2 and with the latest version of Admob you'll have to provide the Admob App ID for the build as they no longer let you initia -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·At what point do you get the message? I was able to upload through Transporter, but haven't submitted yet. -
HTML5 JS Updated PRNG (pseudo-random number generator)
by adam36021 ·and yeah, i think i will face serious desync issues trying to do anything remotely real time as the execution of logic seems to vary slightly from device to device. so the simulation stuff is maybe no -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by nir3112 ·I did everything you said here but I get "Invalid Binary" when I'm sending the signed IPA file to Apple. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by AHBGames ·https://forums.gamesalad.com/discussion/comment/619229#Comment_619229 -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·@AHBGames , can you DM me your publishing? It should be in both places, but I may have disabled them in one of the builds and I need to know which one. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by AHBGames ·Hi @adent42 I don't know if I'm doing a wrong step but now I get this email from apple when I upload it. I used swiftsupport for iphone and universal and they both give me the same email. -
How to Keep an Actor Onscreen After Changing Image
by adent42 ·If the image is moving off screen, but you want it to stay still after the change, also remember change the self.Motion.Linear Velocity.X and Y to 0. That will "stop" the actor. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·Okay while I work on automating this for everyone, here's the manual process. You should only need these if you enable any ad network. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·@NuGamer could you DM me your publishing link? -
HTML5 JS Updated PRNG (pseudo-random number generator)
by adent42 ·TL;DR: A future HTML5 engine release will respect the randomSeed attribute. If you don't care about that, set randomSeed to -1 and it will behave like before. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by Hideki Matsui ·Thank you for replying. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·Okay, I'm trying to track down the Pollfish issue, but the SwiftSupport issues is going to be a bit tricky. -
Binary RC 2023-04-03: Ad Network Updates, Tweet Sheet for playSound and playVideoURL, Keyboard Input
by adent42 ·I'm guessing this is not the case, but please double check (though it won't fix the Pollfish issue: -
How to Keep an Actor Onscreen After Changing Image
by Armelline ·If the image is disappearing, then you're presumably either destroying the actor, moving it off screen, or replacing the image with another one immediately after.