Detect AR models colliding with each other

0 votes
asked Nov 5, 2017 by topherseance (120 points)
Hello

Can EasyAR achieve this: https://youtu.be/HOjePYIW8Zk ?

Some must-have things:
1. Work in Unity, then compiled to Android (APK)
2. Can trigger same models (A with A) and different models (A with B)
3. Also should be able to combine more than 3 (A with B with A)

I was thinking of using Sphere Colliders.

But I have tried modifying "HelloARMultiTarget-SameImage" sample project:
Attached the Sphere Collider in the "duck01" GameObject.
But no success, they did not trigger.

Thank you in advance!

1 Answer

0 votes
answered Nov 5, 2017 by albert52 (31,850 points)

Hi,

I'm sorry to reply you so late. 

1.Yes, of course. This is the basic function .

2.I suspect that your function(Collision) has gone wrong .

3.please refer to tutorial:https://forum.easyar.com/portal.php?mod=view&aid=3 .

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...