drawcalls HowTo Tutorial

How I Reduce Draw Calls from 69 to 12 unity

aflatoon
February 01, 2015
1 Comments
Home
drawcalls
HowTo
Tutorial
How I Reduce Draw Calls from 69 to 12 unity

Here is a video shows how to reduce draw calls in unity.






The plugin we used to reduce unity draw calls is completely free and you can find it in asset store by the name of "draw call minimizer."

The plugin is really easy to use and help you in reducing draw calls all the steps are described in their PDFs documentation.

download asset here
https://www.assetstore.unity3d.com/en/#!/content/2859


the script is very powerful The way that this script works, is that you have a parent object that everything being combined is child under. You attach the script to the parent object,
fiddle with the settings if you need to, and play the game. All of the combining is
done at run time so no extra assets are created.







Blog authors

1 comment

  1. Uzair Amir
    Uzair Amir
    January 23, 2016 at 3:48 AM
    https://www.youtube.com/watch?v=tW3Jt7quQmQ&feature=youtu.be
    This is his tutorial video on youtube