docs.unity3d.com
    Show / Hide Table of Contents

    Data components

    In the simulation set up section, we've seen an example how to setup and configure bodies and shapes. Under the hood, when Unity Physics starts simulating the scene the following happens:

    1. Several baking systems read the built-in (Collider and Rigidbodies) or custom ( PhysicsShapeAuthoring and PhysicsBodyAuthoring) authoring components, bake them to data components and add them to your entities.
    2. Various physics systems read from these data components to generate input to the simulation.

    This section describes each of these data components.

    Topic Description
    Collider Detailed description of the data representation of colliders.
    Rigid bodies Detailed description of the data representation of rigid bodies.
    Joints Detailed description of the data representation of joints.
    Motors Detailed description of the data representation of motors.
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023