Tag

Game Optimization

0 views collected around this technical thread.

NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 11, 2024 · Game Development

Practical Lessons from Client Performance Optimization in a Mobile Game Project

This article shares seven practical insights gained from client performance testing and optimization in a mobile basketball game, covering long‑term performance planning, data‑driven decisions, feature toggles, build configurations, realistic testing, careful trade‑off evaluation, and the importance of team communication.

Feature TogglesGame OptimizationPerformance Testing
0 likes · 21 min read
Practical Lessons from Client Performance Optimization in a Mobile Game Project
TikTok Frontend Technology Team
TikTok Frontend Technology Team
Apr 2, 2024 · Game Development

Optimizing Game Interaction Scenarios with AnnieX: Engine Preheat, Asset Offline Library, and Resource Compression

This article details the 2024 Douyin Spring Festival game interaction optimizations using the AnnieX cross‑platform container, covering engine preheat, a shared offline asset library, and advanced 3D resource compression techniques such as quantization, sparse accessors, and meshopt, along with performance results and future plans.

3D assetsAnnieXGame Optimization
0 likes · 24 min read
Optimizing Game Interaction Scenarios with AnnieX: Engine Preheat, Asset Offline Library, and Resource Compression
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Aug 11, 2022 · Artificial Intelligence

Multimodal Models: Research Directions and a Practical Case of Game Frame‑Rate Prediction

This article introduces the concept of modality, outlines the five research branches of multimodal models, and presents a concrete case where multimodal deep‑learning techniques are applied to predict and improve game frame rates using both static and temporal features.

AIGame Optimizationdeep learning
0 likes · 9 min read
Multimodal Models: Research Directions and a Practical Case of Game Frame‑Rate Prediction
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 27, 2022 · Artificial Intelligence

Multimodal Model for Game Frame Rate Prediction

This article explains how a multimodal deep learning model combines static and temporal game data to predict frame rates, helping identify performance bottlenecks and improve client smoothness through feature fusion, data pipelines, and real‑time inference in modern games.

AIFeature EngineeringGame Optimization
0 likes · 7 min read
Multimodal Model for Game Frame Rate Prediction
37 Mobile Game Tech Team
37 Mobile Game Tech Team
Mar 1, 2021 · Mobile Development

Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More

This guide details essential Android game adjustments required for Google Play approval, including proper icon sizes, stacked notification handling, system‑styled dialogs and loading screens, immersive navigation key settings, screen orientation and density support, and back‑button behavior, providing code samples and manifest configurations for each improvement.

AndroidGame OptimizationGoogle Play
0 likes · 11 min read
Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More