Community

Topic: Cloud recognition

Object doesn't appear

Tecnico
Thursday, March 2, 2017

Hi,
I followed the instructions of cloud recognition but the object doesn't appear.
The sdk can reconize the marker but doesn't show the object.
Thanks

user profile image
Support Team  (expert)
Thursday, March 2, 2017

Hi,
could you please specify which platform you are working with? Unity, iOS or Android

Thanks

Tecnico
Thursday, March 2, 2017

Of course, I'm working with Unity

user profile image
Support Team  (expert)
Thursday, March 2, 2017

Hi,
Is the object a child of the cloud marker prefab?
Did you extend or modify the CloudRecognitionListener?
Please note that if you change the default CloudRecognitionListener
the CloudMarker prefab will no longer work. You have to implement your own mechanism for
activating and displaying the objects by calling gameObject.SetActive(true); on all objects
you intend to display.

Sign in to add a comment