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

5 favoris
SDK v2: support TypeScript for editor scripts
5 favoris
SDK v2: fix tick methods not working correctly
5 favoris
SDK v2: savegames support not working correctly
9 favoris
SDK v2: support "supports-worker-mode" field in addon.json
9 favoris
SDK v2: update TypeScript definitions for addons
9 favoris
Behaviors: delay calling _postCreate() until hierarchy ready
10 favoris
Add DrawMesh() renderer method for editor
8 favoris
SDK v2: support "autocompleteId" option for string parameters
7 favoris
SDK v2: support "min-construct-version" field in addon.json
4 favoris
SDK v2: fix _setTicking2() listening for wrong event
4 favoris
SDK v2: fix runtime crash after destroying a ticking behavior instance
5 favoris
SDK v2: Add IRenderer.setBlendMode()
7 favoris
SDK v2: Add IRenderer.drawMesh()
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