Community
Topic: Cloud recognition
Object doesn't appear
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
Hi,
could you please specify which platform you are working with? Unity, iOS or Android
Thanks
Of course, I'm working with Unity
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.