Jamie Greunbaum ef9ccfef19 - Added trees outside the stable.
- Added a video player with horse songs preloaded.
- Adjusted post-processing to be less harsh outdoors, and more visible indoors.
2025-05-03 01:57:06 -04:00

21 lines
691 B
Markdown

# Mesh Combiner for Unity
**Mesh Combiner** is a little tool which can **combine different meshes into one mesh** for reduce the amount of batches / draw calls, making your game more optimized.
<a href="https://assetstore.unity.com/packages/tools/modeling/mesh-combiner-157192"><b>Download on Asset Store</b></a>
![Mesh Combiner](https://i.imgur.com/tpaPW6T.png)
## Tutorial video:
https://youtu.be/PxkthEMiEQI
### The video content:
![Video content](https://i.imgur.com/1Qe6RYK.png)
### Mesh combining via code example from the video:
![Code example](https://i.imgur.com/OR2v1zY.png)
### Optimization example from the video:
![Optimisation example](https://i.imgur.com/KPSI1bE.png)