# MGS-Mesh **Repository Path**: YT_Unity/mgs-mesh ## Basic Information - **Project Name**: MGS-Mesh - **Description**: Unity3D 合并模型网格 - **Primary Language**: C# - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2017-06-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #MGS-Mesh ##概述 Unity3D模型网格合并 ##需求 - 场景运行时,需要将一些零散的模型合并成一个模型网格。 ##条件 - Unity3D提供Mesh.CombineMeshes方法合并网格。 ##实现 - DMesh.cs:合并零散模型,组建网格过滤器和网格渲染器。