Skip to main content
Search our knowledge base

Why is my static batching breaking, or not working as expected?

Comments

1 comment

  • Jason Pierce

    I believe there's a small error here. The vertex limit should be 65,535, not 64,000. The limit is 64k, where 1k = 1024. It's how many vertices can fit into a 16 bit integer.

    0

Please sign in to leave a comment.