docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Authoring using custom physics components

    If you’d like to have more fine-grained control over your Physics simulations, refer to the custom Unity Physics authoring components demonstrated in the PhysicsSamples project. These custom authoring components are included in the package samples.

    You can achieve the same runtime outcomes via the familiar and built-in Physics components that are provided with the Unity Editor through baking by default.

    Import the custom authoring components

    You can import the custom authoring components in your project as a package sample via the package manager.

    To import the Custom Physics Authoring sample, open the Package Manager window (Window > Package Manager). Select the Unity Physics package, open the Samples tab, then select Import.

    package-manager-samples

    Custom authoring components

    By manually importing the Custom Physics Authoring sample into your project, the following components will be added under Assets > Samples (folder).

    • Custom Shape Component
      • Custom Material
    • Custom Body Component
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)