paper-with-me

홈 › Papers

90% Faster, 100% Code-Free: MLLM-Driven Zero-Code 3D Game Development

2025-09-30 · Runxin Yang, Yuxuan Wan, Shuqing Li, Michael R. Lyu arxiv

Developing 3D games requires specialized expertise across multiple domains, including programming, 3D modeling, and engine configuration, which limits access to millions of potential creators. Recently, researchers have begun to explore automated game development. However, existing approaches face three primary challenges: (1) limited scope to 2D content generation or isolated code snippets; (2) requirement for manual integration of generated components into game engines; and (3) poor performance on handling interactive game logic and state management. While Multimodal Large Language Models (MLLMs) demonstrate potential capabilities to ease the game generation task, a critical gap still remains in translating these outputs into production-ready, executable game projects based on game engines such as Unity and Unreal Engine. To bridge the gap, this paper introduces UniGen, the first end-to-end coordinated multi-agent framework that automates zero-coding development of runnable 3D games from natural language requirements. Specifically, UniGen uses a Planning Agent that interprets user requirements into structured blueprints and engineered logic descriptions; after which a Generation Agent produces executable C# scripts; then an Automation Agent handles engine-specific component binding and scene construction; and lastly a Debugging Agent provides real-time error correction through conversational interaction. We evaluated UniGen on three distinct game prototypes. Results demonstrate that UniGen not only democratizes game creation by requiring no coding from the user, but also reduces development time by 91.4%. We release UniGen at https://github.com/yxwan123/UniGen. A video demonstration is available at https://www.youtube.com/watch?v=xyJjFfnxUx0.

📄 PDF Abstract BibTeX arXiv:2509.26161

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

V-Zero: Answer-Label-Free On-Policy Distillation with Contrastive Evidence Gating for Fine-Grained Visual Reasoning

2026-06-24 · Haoxiang Sun, Zhihang Yi, Langxuan Deng, Yuhao Zhou 외 arxiv

Fine-grained visual reasoning requires multimodal large language models (MLLMs) to identify task-relevant visual evidence and ground their reasoning in local image regions. Existing agentic methods typically rely on rein…

Reinforcement LearningVisual Reasoning

AnomalyAgent: Training-Free Agentic Models for Zero-/Few-Shot Anomaly Detection

2026-05-28 · Yi Zhang, Jiawen Zhu, Lele Fu, Guansong Pang arxiv

Benefiting from generalizability of vision-language models (VLMs) such as CLIP, many zero-/few-shot anomaly detection (AD) approaches have achieved impressive detection performance across various datasets. Nevertheless, …

Anomaly Detection

Zero-shot System for Automatic Body Region Detection for Volumetric CT and MR Images

2026-02-09 · Farnaz Khun Jush, Grit Werner, Mark Klemens, Matthias Lenga arxiv

Reliable identification of anatomical body regions is a prerequisite for many automated medical imaging workflows, yet existing solutions remain heavily dependent on unreliable DICOM metadata. Current solutions mainly us…

GeoSeg: Training-Free Reasoning-Driven Segmentation in Remote Sensing Imagery

2026-03-04 · Lifan Jiang, Yuhang Pei, oxi Wu, Yan Zhao 외 arxiv

Recent advances in MLLMs are reframing segmentation from fixed-category prediction to instruction-grounded localization. While reasoning based segmentation has progressed rapidly in natural scenes, remote sensing lacks a…

FreeVA: Offline MLLM as Training-Free Video Assistant

2024-05-13 · Wenhao Wu

This paper undertakes an empirical study to revisit the latest advancements in Multimodal Large Language Models (MLLMs): Video Assistant. This study, namely FreeVA, aims to extend existing image-based MLLM to the video d…

FairnessQuestion AnsweringVideo Question Answering