Voir un historique complet de toutes les mises à jour du SDK dans Construct 3 depuis la première parution.

4 favoris
Add 'Developer mode' main menu section when developer mode enabled
3 favoris
SDK v2: add support for writing addon runtime scripts in TypeScript (use 'Set up TypeScript for addon' in developer menu)
1 favoris
SDK v2: fix error creating world instances
1 favoris
SDK v2: add IRendererText.setCssColor()
1 favoris
SDK v2: add ISDKDOMPluginBase._addElementMessageHandlers()
1 favoris
SDK v2: make editor type and instance classes, and runtime plugin/behavior and type classes, optional to define
1 favoris
SDK v2: fix some action/condition parameters returning wrong types
1 favoris
Add IPluginInfo/IBehaviorInfo method SetC3RuntimeScripts()
5 favoris
Support for addon SDK version 2
10 favoris
Effects can now specify "supports-3d-direct-rendering" to skip pre-draw with 3D objects
10 favoris
WebGPU: define f16or32 type for shaders (which is f16 when supported)
5 favoris
Ignore "$schema" entry in aces.json
10 favoris
Allow wrapper extensions for platform "xbox-uwp-x64"
6 favoris
PluginProperty option 'allowedPluginIds' not working
10 favoris
Add IProject methods GetObjectClassBySID(), GetInstanceByUID()
8 favoris
Add IAnimation & IBehaviorType method GetName()
6 favoris
Fix wrong return type of IAnimationFrame.LoadWebGLTexture()
7 favoris
WebGPU: possible editor crash using drawing plugin (take 2)
8 favoris
Add IBehaviorInstance.GetObjectInstance() (take 2)
8 favoris
Add IObjectInstance & IBehaviorInstance method GetExternalSdkInstance() (take 2)
4 favoris
WebGPU: possible editor crash using drawing plugin
9 favoris
Add IBehaviorInstance.GetObjectInstance()
9 favoris
Add IObjectInstance & IBehaviorInstance method GetExternalSdkInstance()
10 favoris
Developer mode addons now reload files from server on every preview
4 favoris
Add IPluginInfo/IBehaviorInfo methods SetScriptInterfaceNames(), SetTypeScriptDefinitionFiles()
5 favoris
Prevent '[???]' appearing as default value for text properties
6 favoris
Windows WebView2: update wrapper extension SDK v2
7 favoris
Add missing SDK functions for plugins to preview timeline changes in Layout View
10 favoris
Add support for WebGPU in preview only and off by default (intended only for porting effects)
5 favoris
Themes: add "mainmenu" class to main menu and its submenus
3 favoris
Add editor method IProject.GetProjectFileByExportPath(path)
2 favoris
Ensure 'target' property for AddCordovaResourceFile() is really optional
7 favoris
Add runtime event "beforelayoutstart"