probuilder-merge-objects

Combine ProBuilderMesh GameObjects into a single mesh in Unity.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill probuilder-merge-objects
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: probuilder-merge-objects
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/probuilder-merge-objects
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill probuilder-merge-objects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill combines multiple ProBuilderMesh GameObjects into a single mesh, optimizing draw calls and simplifying scene management.

Core Features & Use Cases

  • Mesh Combination: Merge multiple GameObjects with ProBuilderMesh components into one mesh.
  • Optimization: Reduce draw calls and simplify the scene by combining separate meshes.
  • Use Case: Ideal for creating a unified object from component parts, such as combining table legs and top for easier handling and shipping.

Quick Start

Merge multiple ProBuilderMesh objects into a single mesh using the probuilder-merge-objects skill.

Frequently Asked Questions about probuilder-merge-objects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I merge ProBuilderMesh GameObjects into a single mesh in Unity?▼

To merge ProBuilderMesh GameObjects in Unity, you combine multiple objects with ProBuilderMesh components into one unified mesh. This consolidates separate meshes into a single GameObject for easier scene management and handling.

Why should I combine ProBuilderMesh objects when optimizing Unity draw calls?▼

Combining ProBuilderMesh objects optimizes Unity draw calls by reducing the number of separate meshes the engine must render. Merging multiple GameObjects into a single mesh significantly enhances performance and simplifies the scene hierarchy.

Can I use this mesh merging approach for complex objects built from separate parts?▼

Yes, you can use this mesh merging approach for complex objects built from separate parts. It is ideal for creating a unified object from component parts, such as combining individual table legs and a top into a single mesh for easier handling.

Do I need specific components on my GameObjects before merging ProBuilder meshes?▼

Yes, you need the ProBuilderMesh component on your input GameObjects before merging. The Skill requires a Unity environment and specifically targets GameObjects that already have ProBuilderMesh components attached to combine them into one mesh.

What is the best way to simplify Unity scene management using ProBuilder?▼

The best way to simplify Unity scene management using ProBuilder is to merge multiple ProBuilderMesh GameObjects into a single mesh. This reduces draw calls and consolidates separate objects, making the scene easier to manage and handle.