article thumbnail

Release candidate: Godot 3.2.2 RC 3

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. Note: Breaks compatibility for users of this plugin, but it's easy to adapt your code. C#: Allow debugging exported games ( GH-38115 ).

Beta 52
article thumbnail

Release candidate: Godot 3.2.2 RC 2

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. this bug was fixed with a more comprehensive approach which prevents dangling Variant pointers in both release and debug builds. Other changes.

Beta 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

Dev snapshot: Godot 3.2.2 beta 4

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. this bug was fixed with a more comprehensive approach which prevents dangling Variant pointers in both release and debug builds. Other changes.

Beta 52
article thumbnail

Maintenance release: Godot 3.2.2

Mircosoft Game Dev

Such pointer could be reported as valid even though the memory it points to was not, or worse, that memory could now hold a different object, leading to hard to debug situations. Thanks to the work of Pedro ( RandomShaper ), debug versions of Godot (e.g. C#: Allow debugging exported games ( GH-38115 ). feature set.

Debug 52
article thumbnail

Release candidate: Godot 3.2.2 RC 1

Mircosoft Game Dev

While this is not a feature per se, it fixes a major annoyance that users have had with pointers to freed objects unexpectedly being re-assigned to new objects, causing hard-to-debug issues. this bug was fixed with a more comprehensive approach which prevents dangling Variant pointers in both release and debug builds. Other changes.

Beta 52
article thumbnail

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

Mircosoft Game Dev

macOS: ARM64 build, code signing. Raise errors when accessing deleted objects in debug. Fabio Alessandrelli ( Faless ) has done a lot of work to enable running the Godot editor on the Web, using the same export code as for Godot-made games (since the Godot editor is developed 100% with the Godot API). iOS: New plugin API.

article thumbnail

Release candidate: Godot 3.5 RC 1

Mircosoft Game Dev

Following on from the addition of OccluderShapeSphere in 3.4 , lawnjelly now brings us a more adaptable and easy way to add basic occlusion culling in the form of the OccluderShapePolygon. Anything behind the polygon will be culled from view. Add an Occluder node to your scene, and choose to create an OccluderShapePolygon. What is it?

Render 52