Redot Engine/redot-engine: Release redot-4.3-beta.3

Release Notes for Redot 4.3 Beta 3

We're excited to announce the release of our latest version, featuring a host of enhancements and fixes. Here's what's new:

Enhancements & Features

  • C#: Expose Transform2D.Determinant() in godotengine/godot#95269
  • C#: Add NotNullWhenAttribute to IsInstanceValid in godotengine/godot#95431
  • ufbx: Update to 0.14.3 in godotengine/godot#95831
  • Update Node.xml: specify that normal processing happens in tree order in godotengine/godot#97905
  • Update use_native_dialog description in FileDialog in godotengine/godot#98202
  • Add missing HTTPRequest Result descriptions in godotengine/godot#98332
  • Clarify EngineDebugger and EditorDebugger* documentation in godotengine/godot#98378
  • Link to Screen-reading shaders tutorial in BackBufferCopy documentation in godotengine/godot#98421
  • Docs: Link to GlobalScope string methods from String class ref in godotengine/godot#98473
  • Docs: Link to Project Settings tutorial from ProjectSettings class in godotengine/godot#98480

Bug Fixes

  • Fix remainder of godotengine references by @Spartan322 in https://github.com/Redot-Engine/redot-engine/pull/830
  • Fix templates treating official releases as dev releases by @Spartan322 in https://github.com/Redot-Engine/redot-engine/pull/832
  • Fix slow import when window is unfocused in godotengine/godot#93953
  • [Android Editor] Add support for launching the Play window in PiP mode in godotengine/godot#95700
  • Fix Viewport Texture must be set to use it in godotengine/godot#97029 fixing https://github.com/Redot-Engine/redot-engine/issues/827
  • Fix C# operator *(Transform3D, Aabb) in godotengine/godot#97208
  • Fix untyped dictionary .NET debug visualization showing keys as values in godotengine/godot#97951
  • [.NET] Fix unhandled GD0303 error for nested generic attribute types in godotengine/godot#98059
  • Fix Android app permissions for SDK levels earlier than 28 in godotengine/godot#98230
  • Fix incorrect Transform2D docs in godotengine/godot#98442
  • Fix heap-use-after-free when ctrl-clicking controls in a container in godotengine/godot#98597

Full Changelog: https://github.com/Redot-Engine/redot-engine/compare/redot-4.3-beta.2...redot-4.3-beta.3

To top