Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
AppGameKit StudioNewsAppGameKit Studio 2020.11.12 latest version released!
In-game event

AppGameKit Studio 2020.11.12 latest version released!

AppGameKit Studio · published 12 Nov 2020, 14:15 UTC

All newsPlayers around this dateRead on Steam

We've just released a maintenance update to AppGameKit Studio! The main changes focus on the IDE, sprite drawing optimisations in Vulkan and numerous updates to the third party SDKs.

Here are all the details of the update:

IDE

  • Fixed switch current project selecting wrong tab
  • Fixed help not displaying if Help window isn't visible
  • Fixed + when UNCOMMENTING code replacing Clipboard contents with "//~"?
  • Fixed Scene Editor EditBox using multiple scenes in same file generating compile errors
  • Fixed Android export generating invalid .apk files
  • Fixed IPA export generating invalid .ipa files


iOS 

  • Fixed PlayVideoToImage and SetDeviceCameraToImage producing a black image on old 32-bit iOS devices
  • Fixed image corruption and quality reduction on iPad Mini 5th Gen and iPad Air 3rd Gen


Android 

  • Fixed video duration not resetting to 0 immediately after a LoadVideo call on Android
  • Fixed a crash on Android devices using the Adreno GPU when sending the app to the background


In-App Purchases

  • In app purchases on Android that fail to verify will now be ignored instead of causing an unrecoverable error during IAP setup
  • Added code to allow In App Purchase promotions to be selected in iTunesConnect


Notifications

  • Fixed local notifications on iOS causing a crash if tapped when the app is not running


VR DLC

  • Fixed a bug causing AGKVR DLC to show a black screen on the headset when using OpenGL with some GPUs


Amazon Adverts

  • Removed Amazon Ads from Google APK export due to policy conflicts


Windows issues

  • Fixed SetSyncRate always using mode 0 on Windows even if mode 1 is set
  • Fixed frame rate not reaching the value requested with SetSyncRate on the latest version of Windows 10


Drawing

  • Fixed DrawEllipse drawing small ellipses incorrectly


HTTP

  • Increased the number of simultaneous HTTP connections on Windows from 2 to 8


Third part SDK support

  • Updated Firebase SDK to version 18.0.0 on Android
  • Updated Chartboost SDK to version 8.1.0 on Android
  • Updated AdMob SDK to version 19.5.0 on Android
  • Removed Amazon Ads from the Google version of the Android player due to conflicts with Google's ad policy


Tier 2

  • Updated Android Tier 2 projects for Android Studio 4.1


Vulkan

  • Improved performance on Vulkan when using DrawSprite() to draw a sprite multiple times per frame


Performance improvements

  • Fixed performance degradation when broadcasting an app multiple times that contains a large number of entities (sprites, objects, text, etc)
  • Fixed performance degradation when using one of the DeleteAll commands and then creating a large number of entities (sprites, objects, text, etc)


Misc

  • Fixed a crash when using GetAppInstalled()
  • Fixed a memory leak when creating and deleting objects from height maps
  • Fixed ShareFile and ShareImage on Android 10 and higher
  • Fixed SaveSharedVariable commands for Android 10 but they will no longer work on Android 11 or higher due to file system restrictions
  • Writing to raw: file paths outside the app write folder will not work on Android 11 or higher due to file system restrictions
  • Fixed screen recording on Android 10 and above


ENJOY :-)

More from AppGameKit Studio

Other announcements

All news
Game update13 Sep 2026Build Studio 2026.08.06Build Studio 2026.08.06 by Zaxxan --------------------------------- - Fix bug where the Studio IDE crashes if a new source file is opened for the second time when no project is loaded - Fix auto-indentation issue in the Studio IDE editor - Update Google Billing to 8.3.0Game update19 Feb 2026API Updates for WindowsFor those working with Windows, we have updated the latest version of our latest Apple and Google API support to the public branch of AGK Studio. For those familiar with the DEVTEST build, this is the same version you have already been using and testing since November 2025. Thanks again to Zaxxan for his amazing contributions in 2025 to the community!Game update1 Aug 2025AppGameKit Studio 2025.07.25 update released!We are happy to bring you the second AppGameKit Studio update of 2025, which was made possible by our awesome contributor keeping the repo up to date. As always, the source code is available for you to check out! We now target API 35 officially, and the build has been successfully tested to deploy onto the Google App Store ahead of the discontinuation of older API builds. We have also updated t…