Batching Tools : Draw call batching for unity 3d

Hi, thanks for the interest in Batching Tools !

Batching tools is a Unity Editor script that helps you create shared materials for use with Unity’s batching system. Batching is a method to reduce draw calls by combining them. By using Unity’s batching you can make your games faster and more energy – efficient. To use batching, you should use shared materials i.e. more than one objects should share the same material. Batching tools helps you to create those shared materials.

Batching tools is a productivity tool. It helps you to produce results while staying in the Unity Editor, thus not having to go forth and back to a 3d modeling application, make modifications on the uv’s, go to a 2D image processing app, fix the textures and so on.

Batching tools allows you to export the textures it produces, if you need to further modify them.

You should note that batching is not a magic thing. There are guidelines on how to use it efficiently in the Unity site. Be sure to check them and also be sure to read the rest of the documentation before you purchase this product. Having said that, if you plan to use batching, this script can prove very helpful for your productivity.

Batching Tools in the Asset Store

Documentation