I have an interactive cloth (plane) attached to a cube using 3 box collders. I works fine when it is not attached to the Image Target. When these objects are attached to the Image Target, the plane does not stay attached to the cube. It's as if the colliders don't work anymore when they the Image Target is their parent.
- Sort Posts
- 6 replies
- Last post
Colliders
Colliders
If you select your ARCamera in the Hierarchy , you 'll see a Web Cam Behaviour in its inspector. This enables you to select a webcam to use for testing your scene. Then you just press the Play Mode button - see: http://www.youtube.com/watch?v=R01m6A-Wli4
When playing your scene, you can highlight elements in the Hierarchy to see how they are changing in the Inspector.
Your script is disabling the colliders, but it looks like it should be re-enabling them as well.
Colliders
Colliders
All the objects are in an empty game object, which is parented to the Image Target.
I've attached the plane (with the interactive cloth) to the cube (has its own collider):
a. with box colliders so there is space between plane and cube
b. with the plane directly touching the cube (tried this with both the plane having a mesh collider and without one)
my question is
I have two image target in diffrent size
each of them have an object separately. i want to detect collision between these two objects.
but beacuse my two image target are diffrent in size. it cann not recognize the collision
an body have solution for that