Remove Debug Remove Demo Remove Scripting Remove Texture
article thumbnail

Maintenance release: Godot 3.3.1

Mircosoft Game Dev

Core: Expose Shape.get_debug_mesh() to the scripting API ( GH-48316 ). LSP: Update the filesystem for changed scripts, fixes issues with new named classes ( GH-47891 ). Physics: Create CollisionObject debug shapes using VisualServer ( GH-48588 ). Rendering: Fix usage of proxy textures on GLES2 PanoramaSky ( GH-48541 ).

Polygon 52
article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

Exporting C# projects to iOS should be done from macOS using the classical workflow , and the scripts will be automatically compiled Ahead-of-Time (AOT) for iOS. The Dodge The Creeps C# demo running on the iOS Simulator. Thanks to the work of Pedro ( RandomShaper ), debug versions of Godot (e.g. feature set.

Debug 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

GSoC 2019 progress report #1 (part 1)

Mircosoft Game Dev

Improvements to the Visual Scripting System by Swarnim Arun. I aim to have transitioner functional by the beginning of August which will give me time to debug any potential issues and come up with a fix for the memory leak. The integrated script editor in Godot lacks features found in editors like VS Code, Sublime, Emacs, etc.

article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

Raise errors when accessing deleted objects in debug. Web editor running the "Ninja Adventure" demo from the eponymous CC0 asset pack by Pixel-Boy and AAA. Raise errors when accessing deleted objects in debug. but going one step too far: in debug builds in 3.2.3, HTML5: Threads, GDNative, AudioWorklet.

article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

Multi-caret support in TextEdit and script editors ( GH-61902 ). Our script editor maintainer, Paul Batty ( Paulb23 ), implemented initial support for multi-caret editing in TextEdit, which is therefore usable in the GDScript and shader editors, as well as any other multi-line text field in the editor. GH-67128 , GH-67131 ).

Beta 52
article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

Multi-caret support in TextEdit and script editors ( GH-61902 ). Our script editor maintainer, Paul Batty ( Paulb23 ), implemented initial support for multi-caret editing in TextEdit, which is therefore usable in the GDScript and shader editors, as well as any other multi-line text field in the editor. GH-67128 , GH-67131 ).

Beta 52
article thumbnail

Godot Tactics RPG – 06. Anchored UI

The Liquid Fire

This time we’ll be working on some scripts to make working with anchor points in code a bit simpler, and allow us to animate some things in our UI. Test Scene Before we get into the lesson, I’d like to take a moment to set up the scene we’ll be using as a playground for the new scripts. Welcome back to part 6.