Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanukin39/UniMeshCombiner
Simple Unity Mesh Combine Tool
https://github.com/sanukin39/UniMeshCombiner
Last synced: 3 months ago
JSON representation
Simple Unity Mesh Combine Tool
- Host: GitHub
- URL: https://github.com/sanukin39/UniMeshCombiner
- Owner: sanukin39
- License: mit
- Created: 2020-02-18T15:11:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T12:47:20.000Z (over 4 years ago)
- Last Synced: 2024-05-18T15:36:30.358Z (6 months ago)
- Language: C#
- Size: 1.86 MB
- Stars: 106
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniMeshCombiner
## Overview
UniMeshCombiner is the plugin of Unity that combine model mesh per material.## Demo
![Demo1](https://github.com/sanukin39/UniMeshCombiner/blob/master/Demo/howto.gif)
## Requirement
Unity 2018 or higher## Usage
1. Select Windo -> UniMeshCombiner to open UniMeshCombiner window2. Set combine target object to Combine Target Filed
3. Check Export Mesh Toggle and Select Directory if you want to export Mesh assets
4. Press Combie Button!
## Result
### Input### Output
## Install
use unitypackage at [release](https://github.com/sanukin39/UniMeshCombiner/releases/) page## Licence
[MIT](https://github.com/sanukin39/UniMeshCombiner/blob/master/LICENSE)## Author
[sanukin39](https://github.com/sanukin39)## Reference
[ScriptReference CombineMeshes](https://docs.unity3d.com/ScriptReference/Mesh.CombineMeshes.html)[Unityのシーン上に配置したモデルを結合する](http://tsubakit1.hateblo.jp/entry/2014/10/24/220610)
## Car Asset
The great car model from [Unity Asset Store](https://assetstore.unity.com/packages/3d/vehicles/land/car-20128)