good day fellow developers!
I am wondering how to do this thing i want to achieve where I am building a puzzle and when the puzzle is complete, my 3d object would appear in the AR Space, but when i remove a piece/pieces of it, The object should disappear.
It seems like the object stays with its own plane. Any help would be appreciated! Thank you!
- Sort Posts
- 1 replies
- Last post
Object still appears even if half of the image is gone
December 26, 2019 - 3:40am #1
Hi,
I see 2 options to go around the behavior.
The first one being, managing it from Unity basically activating the dataSet only after the puzzle is complete. This may imply also some logic to check if the puzzle is complete or not.
Secondly you could stop the tracking after app start and enable it again only after the user finishes the puzzle. Seems that in both scenarios some sort of logic is required to confirm or not if the puzzle is finished or not.
There are definitely other approaches however the above to came to mind.
Thank you.
Vuforia Engine Support