You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
💝 Improvements
Allow to switch the AI mode mid-conversation between "Ask" and "Build":
AI is in chat mode by default now if a project is opened, allowing to discuss with the AI before implementing anything,
The AI mode can be toggled between Chat (Ask) or Agent (Build) during a conversation, so you can first plan changes in mode Chat, then ask the AI to do it for you in mode Agent
The message when running out of AI credits is now clearer
Allow to maximize editor window on macOS by double clicking on the titlebar (thanks @ViktorVovk!)
Keep the chosen tool in the 3D editor even when selection changes
Advanced properties in the object editor dialogs are now collapsed
Improve the extension buttons to allow to submit an update to an extension
🐛 Bug fixes
3D editor fixes:
Fix 3D editor issues/crashes/visual flashes when adding a new object or lots of assets
Automatically restart the 3D editor if the WebGL context is lost
This can happen after the device/computer is coming back from sleep, or if there was a lot of switching with the 2D editor.
Fix 'Made with GDevelop' sometimes shown when reloading the 3D editor
Fix 3D editor blocked in in-app tutorials
Fix layers updates in the 3D editor
Fix layout of the scene editor filling the whole preference storage quota and prevent preferences to be saved
Fix double click not showing object properties on small screens
Fix "activate behavior" action parameter not displaying choices
Fix opening profile from URL + credit packages link
Fix description of some PhysicsCharacter3D behavior actions/conditions
⚙️ Extensions
[Reviewed] [Button states] Improve performance by disabling the visual effect in idle state (thanks @danvervlad!)