Sun.Dec 01, 2024

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. Continuous package size optimization: 2D empty project (default settings): Reduced by 360 KB. 3D empty project (default settings): Reduced by 384 KB. 2D project with essential modules (UI, Spine, audio, WebGL2 only, and wasm Brotli enabled): Reduced by 200 KB.

Render 98
article thumbnail

Rebuilding the Untold Engine: Two Years of Progress and What’s Next

Harold Serrano

Hey everyone, It has been two years since I began rewriting my game engine, and while development has been slow, it has been steady. In this post, I want to share the current status of the Untold Engine. What is the Untold Engine? For those who are unaware, the Untold Engine is a 3D game engine designed for macOS and iOS devices, which I started developing in 2013.

Engine 65
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

CrazyLabs Celebrates 7 Billion Downloads: A Historic Milestone in Mobile Gaming

CrazyLabs

What do 7 billion mobile downloads look like? They’re built grain by grain, each download adding to something truly extraordinary. Just as sand forms vast, endless landscapes, reaching 7 billion downloads cements CrazyLabs’ place among the world’s leading mobile game developers, marking a rare industry milestone. To celebrate this achievement, we’ve created a video series […] The post CrazyLabs Celebrates 7 Billion Downloads: A Historic Milestone in Mobile Gaming appeared first on CrazyLab

article thumbnail

Loadremote AudioClip

Cocos

When I loadremote audioclip it says CORS loadMp3() { assetManager.loadRemote(this.mpAudioClipUrl, AudioClip, (err: Error, audio: AudioClip) => { if (err) { console.log(‘Error load audio remote :’, err); return; } AudioManager.instance.play(audio); }); } cocos creator version 3.8.

52
article thumbnail

Australia’s Gambling Ad Reform Once Again Stalled

Game Wisdom

Australia’s Gambling Ad Reform Once Again Stalled Josh Bycer josh@game-wisdom.com The Australian government’s plan to introduce stricter regulations on gambling advertising – particularly on online sites – has hit yet another delay, frustrating advocates and confusing the public. Despite a widespread call for reform, delays and contradictory statements from ministers … The post Australia’s Gambling Ad Reform Once Again Stalled appeared first on Game Wisdom.

article thumbnail

Ironwing Valiant - Demo 2 Trailer

Indie DB

A short update on the development of the game and release of new demo.

Demo 71
article thumbnail

Some questions about asset bundle

Cocos

We are currently using cocos creator version 2.4.11. Since the current apk is large, we want to split some resources and animations to remote, and then prompt users to download. The official implementation is through asset bundle, but some posts say that turning on asset bundle may lead to the risk of banning Google Play and AppStroe games, or even banning developer accounts.

Asset 40