• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by numandina · May 17, 2015 at 08:48 AM · performanceoptimizationdrawcallsdrawcalls

Objects using the same material are incurring separate draw calls.

Hi.

I have a prefab consisting of a mesh (152 verts, 76 tris, uv,colors) and a mesh renderer using the Mobile/Diffuse shader with a texture sized 64x64 automatic compressed with mipmaps.

Now I use this prefab multiple times in the scene but each use costs me an additional draw call. What am I doing wrong here? I get the number of draw calls from the "GPU Usage" Pane in the profiler.

Thanks.

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Owen-Reynolds · May 17, 2015 at 03:10 PM 0
Share

Are you "touching" the material in code anywhere? In the Inspector while running, does the $$anonymous$$at slot have (instanced) after it?

avatar image numandina · May 17, 2015 at 03:21 PM 0
Share

No I don't touch the material. There is no (instanced).

It's worth noting my objects are not static. They have rigidbodies and move, but dynamic batching is turned on.

avatar image screenname_taken · May 17, 2015 at 03:44 PM 0
Share

How many vertices your dynamic objects have? If its more than 300 then they won't batch.

avatar image numandina · May 17, 2015 at 03:56 PM 0
Share

It's in the question description.

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

21 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to optimize with a lot of objects 0 Answers

Drawcalls or Batched, which is more important to performace? 1 Answer

What's a good draw call count? 2 Answers

what's the best way to reduce draw calls? 9 Answers

How do I get my game to run faster? 4 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges