Hi,
I've started experimenting with kinect and unity and I'm having
trouble in triggering or colliding my avatar with other objects.
I've looked into matrix in unity reference and wrote some scripts but
obviously I'm doing something wrong.
Basicly I've an avatar I assigned it as riggedbody and I've box
collider which has simple script something like (if
(Collider.tag(("avatar") { print("something")} )) but somehow
something is missing my avatar never collides with box collider. Any
suggestions , help ?
On Feb 16, 7:26 pm, 13Strider <
sam.sannand...@gmail.com> wrote: