How To Reset Collision Shape Position?

Discussion in 'Buildbox 3.0' started by Maxi_dp4, Jan 11, 2019.

  1. Maxi_dp4

    Maxi_dp4 Boxer

    Joined:
    Aug 29, 2017
    Messages:
    35
    Likes Received:
    3
    Hello,

    when change the position for my game object the physics collision still in the old position.

    for example:
    player: 0, 0, 0 -> 10, 10, 10
    collision shape: 0, 0, 0 -> 0 ,0, 0

    Best,
    Maxi.
     
  2. weboha

    weboha Avid Boxer

    Joined:
    Aug 8, 2018
    Messages:
    239
    Likes Received:
    178
    make object physics kinematic.
    static: object don't move
    dynamic: object can move, collision don't move
    kinematic: object and collision move together
     
    montasli likes this.

Share This Page