article thumbnail

Cocos Creator 3.8.5 forum version

Cocos

This release focuses on package size reduction, rendering pipeline improvements, and editor usability, alongside extensive bug fixes and platform compatibility enhancements. Bug Fixes Fixed an issue where receiving WebSocket messages on Android when switching to the background or covered by other activities caused JNI crashes.

article thumbnail

Release candidate: Godot 4.4 RC 2

Mircosoft Game Dev

GUI: Fix label clipping when ascent/descent are fractional ( GH-103192 ). See the GitHub issue tracker for a complete list of known bugs. Bug reports As a tester, we encourage you to open bug reports if you experience issues with this release. GDExtension: Bind new core METHOD_FLAG_VIRTUAL_REQUIRED bitfield ( GH-103302 ).

Render 74
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

3.8.3 2D spriteFrame animation bug: switching between animation clips no display sometimes

Cocos

I have several 2D animation clips changing spriteFrame, but switching between these clips can sometimes cause the image totally disappears. I have called animation.stop() before play new animation clip, and I tried to play the new animation clip one frame later after animation.stop(), still same.

article thumbnail

3.8.3 2D spriteFrame animation bug: switching between animation clips no display sometimes

Cocos

I have several 2D animation clips changing spriteFrame , but switching between these clips can sometimes cause the image totally disappears. I have called animation.stop() before play new animation clip, and I tried to play the new animation clip one frame later after animation.stop(), still same.

article thumbnail

Dev snapshot: Godot 4.4 beta 3

Mircosoft Game Dev

Rendering: 2D: Fix clip children and rendering artefacts ( GH-102161 ). something that worked in a previous release is now broken) and significant new bugs introduced by new features. See the GitHub issue tracker for a complete list of known bugs. Porting: Implement get_length() for pipes ( GH-102365 ).

Beta 76
article thumbnail

Unit Testing Games

Grumpy Gamer

Unit testing texture or asset loading can be useful, as is unit testing many other backend engine routines like memory managers, but that’s just not where most (and by that I mean 99%) of the bugs comes from. But we encounter a lot of bugs where the game works fine, but something is just visually wrong.

Bug 130
article thumbnail

Major Bugs with the Animation Timeline Tool in 3.8.1

Cocos

The second one is bugging out really bad. As we are tightroping a deadline, I encouraged him to do this for now assuming there was just some kind of bug in the editor… As I said before, his first animation works fine, but when we try to play test the 2nd animation we run into issues. The new clip plays as expected.