- Home /
 
 
               Question by 
               dweeda · Dec 30, 2010 at 08:12 AM · 
                rotationboxcollider  
              
 
              Box Collider independence from object rotation
I have a box collider attached to an object I am rotating, but I want the collider to not rotate with it.
Possible? If so, how?
               Comment
              
 
               
              Answer by Mike 3 · Dec 30, 2010 at 08:30 AM
I would put the boxcollider on a parent to the current object.
You'd then leave the rotating to the current object, but the positioning to the parent
Your answer