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

Godot XR update - February 2025

Mircosoft Game Dev

release Here comes another release of the Godot OpenXR Vendors plugin with plenty of features and bug fixes! mesh formats and thus requires Godot 4.2+. mesh formats and thus requires Godot 4.2+. mesh formats and thus requires Godot 4.2+. OpenXR Vendors plugin 3.1.2 This release of the OpenXR vendors plugin is for Godot 4.3

Collision 104
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 4.4 beta 1

Mircosoft Game Dev

This means contributors are encouraged to focus their efforts on fixing regressions and other outstanding bugs. We wont risk merging any new features or risky bug fixes until after we release 4.4 Weve unified the code to make sure it works the same on both platforms, and weve fixed some bugs. and begin preparing for 4.5.

Beta 106
article thumbnail

What is your current opinion on Unreal Engine 5? Between Digital Foundry, content creators, and people on social media, everyone appears to be constantly attacking UE5 for performance issues (stuttering, frame rate, etc.). Is this criticism warranted, or is it more a case of developers still getting used to UE5 and its complexities (meaning it will likely improve in time)?

Ask a Game Dev

The Entity Component System of the Unreal Engine (every actor is a bag of individual components) allows developers to glom nanite meshes onto just about anything and everything including characters, making it very powerful and quick to stand up various different visuals. We'll fix it eventually, likely not in the next patch." as they go.

Engine 59
article thumbnail

Dev snapshot: Godot 4.4 beta 4

Mircosoft Game Dev

Physics: Jolt: Fix ghost collision issue on dense triangle meshes ( GH-102614 ). 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. Input: Web: Refactor mouse_mode setters in display server ( GH-102719 ).

Beta 73
article thumbnail

Dev snapshot: Godot 4.5 dev 1

Mircosoft Game Dev

Import: Use UID in addition to path for extracted meshes, materials and animations ( GH-100786 ). 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. if something that worked fine in previous 4.x

Dev 76
article thumbnail

Object Placement on Terrain (Mesh)

Mnenad

This chapter is all about how I solved it (so far) to be able to place all kinds of assets like 3D-meshes or self-growing fractal seeds on the terrain. Let’s assume we do it for each vertex on a mesh with let’s say 10’000 vertices.   Asset placement - depending on mesh height vertices. Before we start.

Terrain 52