Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jul 5, 2021 · Game Development

Why Cocos Creator Leaks Memory on iOS and How to Fix It

This article investigates the memory‑leak issue in Tencent Penguin Tutor's Cocos Creator implementation on iOS, explains why the engine's node pool and DragonBones animations cause unreleased Texture2D objects, and provides a step‑by‑step solution using explicit pool clearing and proper object disposal.

Cocos CreatorDebuggingDragonBones
0 likes · 16 min read
Why Cocos Creator Leaks Memory on iOS and How to Fix It
TAL Education Technology
TAL Education Technology
Mar 26, 2020 · Game Development

Implementing a Maintainable, Scalable Cross‑Platform Dress‑Up Game with Egret and DragonBones

This article explains how to build a maintainable, scalable cross‑platform dress‑up game using Egret and DragonBones, covering project background, technical choices, skeletal‑animation concepts, data formats, front‑end H5 implementation with code examples, and a backend management system for assets and items.

DragonBonesDress-upEgret
0 likes · 9 min read
Implementing a Maintainable, Scalable Cross‑Platform Dress‑Up Game with Egret and DragonBones