"Unity notes" traps for static collisions

Source: Internet
Author: User
Concept

Static Collider: objects are checked for static statics, with Collider components and no rigidbody components.

The trap of the static collision body

When the game is initialized, unity merges all the static collisions into a large collider,unity that the objects cannot be moved in the game. But if you accidentally move the positions of these static collisions (which can be moved) in the game, it can cause a serious performance problem, and all the other static collisions that merge with the moved Static collider are recalculated.

So in the game do not move the static collision body, disable disabled, turn on enabled, change the zoom scale and other operations.

Description of the document:

Resources:

  • Https://docs.unity3d.com/Manual/CollidersOverview.html
  • http://www.maiziedu.com/course/540-7888/

"Unity notes" traps for static collisions

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.