2026년 5월 12일

Building Custom MCP Tools in Unity: McpTool Deep Dive (4 Registration Methods)

Unity AI Mastery Series Part 1 — Unity AI Assistant: Ask, Plan & Agent Modes Explained Part 2 — Unity MCP Complete Guide: Connecting Claude Code, Codex, Gemini & Cursor to Unity Editor Part 3 — Building Custom MCP Tools in Unity: McpTool Deep Dive (this post) Part 4 —…

AI Unity
자세히 보기

2026년 5월 10일

Unity MCP Complete Guide: Connecting Claude Code, Codex, Gemini, and Cursor to Unity Editor

Unity AI Mastery Series Part 1 — Unity AI Assistant Complete Guide: Ask, Plan & Agent Modes Part 2 — Unity MCP Complete Guide: Connecting…

AI Unity

2026년 5월 8일

Unity AI Assistant Complete Guide: Ask, Plan & Agent Modes — What They Are and When to Use Each

Agent AI has finally arrived inside the Unity Editor. If you’ve been watching Cursor edit codebases directly and Claude Code execute terminal commands, wondering “when…

AI Unity

2026년 5월 6일

Unity 6 URP Render Graph Pass Types: AddBlitPass vs AddRasterRenderPass

Unity 6 URP Render Graph 5-Part Series Part 1: Fundamentals and Implementation Part 2: Pass Types Deep Dive Part 3: Render Graph Viewer Complete Guide…

Unity Graphics

2026년 5월 2일

Unity 6 URP Render Graph Deep Dive: Why Rendering Moved to a Graph Model

Unity 6 URP Render Graph — 5-Part Series Part 1: Fundamentals and How It Works Part 2: Pass Types Deep Dive Part 3: Mastering the…

Unity Graphics

2026년 4월 30일

Chatbot AI vs Agent AI: A Practical Guide for Game Developers

Pasting code into ChatGPT or Gemini and asking “Why isn’t this working?” has become second nature. But lately, the conversations you overhear from other developers…

AI

2026년 4월 29일

AI, Machine Learning, Deep Learning, and LLM — Four Concepts Nobody Explains Clearly

There are words we encounter multiple times a day. AI, Machine Learning (ML), Deep Learning (DL), Large Language Model (LLM), GPT (Generative Pre-trained Transformer), Model,…

AI

2026년 4월 28일

AI, Machine Learning, Deep Learning, and LLM — Four Concepts Nobody Explains Clearly

There are words we encounter multiple times a day. AI, Machine Learning (ML), Deep Learning (DL), Large Language Model (LLM), GPT (Generative Pre-trained Transformer), Model,…

AI

2026년 4월 28일

Adaptive Probe Volumes in Unity 6 URP — A Deep Dive

Have you ever found hundreds of Light Probe Groups in your scene lighting the wrong areas? Lighting seams popping at object boundaries, or baked lighting…

Unity Graphics

2026년 4월 25일

Custom Shaders and GPU Resident Drawer — A Complete Guide to DOTS Instancing

If you turned on GPU Resident Drawer and saw this error in the console, you’re in the right place. A BatchDrawCommand is using the pass…

Unity Graphics

2026년 4월 23일

GPU Resident Drawer Internals — How Unity 6 Cuts Draw Calls

Unity 6’s GPU Resident Drawer can reduce draw calls by up to 50%. But exactly how does it do that? This post digs into the…

Unity Graphics