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 2022.09.26 update released!
In-game event

AppGameKit Studio 2022.09.26 update released!

AppGameKit Studio · published 26 Sep 2022, 11:37 UTC

All newsPlayers around this dateRead on Steam

Welcome to the quarterly update for AppGameKit Studio. This update focuses on a host of NEW commands!

AppGameKit Compiler

  • Projects can now have more than 256 Types defined in them


Text

  • Added new text shader commands:
    • SetTextShader( int iTextIndex, int shaderID )
    • SetTextShaderConstantByName( int iTextIndex, string szName, float value1, float value2, float value3, float value4 )
    • SetTextShaderConstantArrayByName( int iTextIndex, string szName, int arrayIndex, float value1, float value2, float value3, float value4 )
    • SetTextShaderConstantDefault( int iTextIndex, string szName )


Physics

  • Fixed SetPhysicsInitiallyAwake ignoring the provided value and always using true


In-App Purchases

  • Added new In-App Purchase commands to deal with subscriptions with multiple plans and offers
    • InAppPurchaseRedeemOffer()
    • GetAppReceipt()
    • InAppPurchaseActivateWithPlan( int iID, string planToken )
    • GetInAppPurchaseSubNumPlans( int iID )
    • GetInAppPurchaseSubPlanNumPeriods( int iID, int planIndex )
    • GetInAppPurchaseSubPlanPrice( int iID, int planIndex, int periodIndex )
    • GetInAppPurchaseSubPlanDuration( int iID, int planIndex, int periodIndex )
    • GetInAppPurchaseSubPlanDurationUnit( int iID, int planIndex, int periodIndex )
    • GetInAppPurchaseSubPlanPaymentType( int iID, int planIndex, int periodIndex )
    • GetInAppPurchaseSubPlanTags( int iID, int planIndex )
    • GetInAppPurchaseSubPlanToken( int iID, int planIndex )


iOS

  • Updated MoltenVK library for iOS apps
  • Added GetAppReceipt() command on iOS to return the list of AppStore transactions


Android

  • Fixed APK export with deep links for Android 12
  • Updated Android target API to 31 (Android 12)
  • Added commands to return the size and position of any display cutouts on Android
  • Added support for both Adaptive and Legacy icons in APK export
  • Added command to request the app be pinned on Android
  • Removed deprecated expansion file commands on Android
  • Fixed Android sometimes returning device width and height as 1 at start before returning the correct values
  • Padded short sounds on Android to 400ms to avoid popping and distortion


Screen Area

  • Added commands to return the safe area that avoids all cutouts on iOS and Android
    • GetDisplayNumCutouts()
    • GetDisplayCutoutTop( int index )
    • GetDisplayCutoutBottom( int index )
    • GetDisplayCutoutLeft( int index )
    • GetDisplayCutoutRight( int index )
    • GetScreenBoundsSafeTop()
    • GetScreenBoundsSafeBottom()
    • GetScreenBoundsSafeLeft()
    • GetScreenBoundsSafeRight()
    • IsPinAppAvailable()
    • PinApp( int enable )


Social & Adverts

  • Updated to the latest Snapchat SDK
  • Updated to the latest Chartboost SDK


Light & Dark Modes

  • Added command to check if the device is in dark theme mode
    • IsDarkTheme()


Misc

  • Fixed command name for GetFractalXYZ
  • Updated Firebase SDK on iOS and Android
  • Fixed very long Print() string (100,000+ characters) causing a crash
  • Fixed SetWindowSize on Windows not allowing windows bigger than the screen when allowOversize parameter is set to 1


Tier 2

  • Added new common code folder for Android Tier 2 apps to simplify updates
  • Android Tier 2 projects have a new structure that shares common files and external libraries to make them easier to add, remove, and update


As usual Steam owners of AppGameKit Studio will have the update ready for them. TheGameCreators customers can download the new version direct from our servers from their order history area of the TheGameCreators website

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…