Addon ID

  • mikal_cannon_3d_physics

Info

Statistics

  • Download count265 total downloads
  • Latest download count 150 downloads of latest version
  • Average download count3 downloads per day average

Owners

  • Stable

    Version 2.32.1

    • Released 28 Feb, 2026
    • 150 downloads

    Update handling of Sprite with mesh. Use 'auto' for shape.

  • Stable

    Version 2.29.0

    • Released 21 Feb, 2026
    • 31 downloads

    Rapier 3D Physics — v2.28.3 update

    A handful of new actions and expressions added this week, mostly aimed at platformer-style setups:

    Velocity reading

    VelocityX/Y/Z and AngularVelocityX/Y/Z expressions now return actual values each tick. Angular velocity is in rad/s.

    Axis locks

    Two new actions: Set enabled rotations and Set enabled translations. Pass true/false per axis to lock or unlock

    movement/rotation — useful for keeping a character upright or constraining a body to a 2D plane.

    Per-body gravity scale

    Set gravity scale lets you override gravity per body. 1.0 = normal, 0.0 = weightless, -1.0 = inverted. Good for

    low-gravity zones or floating objects.

    Angular impulse

    Apply angular impulse applies a one-shot rotational kick (X, Y, Z). Unlike Apply torque which needs to be called every

    tick, this fires once and lets physics take over.

    All four are available in the Body category in the action/expression picker.

  • Stable

    Version 2.28.2

    • Released 20 Feb, 2026
    • 24 downloads

    Update 3D Model rotation

  • Stable

    Version 2.28.1

    • Released 20 Feb, 2026
    • 8 downloads

    Fix 3DModel z height centering

  • Stable

    Version 2.28.0

    • Released 18 Feb, 2026
    • 26 downloads

    Use Transform and new beta r473 to rotate 3D Model w/o gimbal lock

  • Stable

    Version 2.27.0

    • Released 13 Feb, 2026
    • 26 downloads

    First release, port of SDK V2