- Home /
Question by
ByronOwenSands · Apr 16, 2021 at 09:45 PM ·
scripting beginnercoordinatesboxcolliderpositon
How to change objects position a set number of units from it's current position?
I need a script to change the position of a Box Collider. The collider will be set to change position through a trigger. I need the collider to change it's y-coordinates a set number of units from it's current position each time it is triggered to change position. I cannot use a Rigidbody (physics) in this case.
Comment