Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I am using Vuforia Studio to implement AR for technical training. But, I don`t know how to implement a bookmark resource to return where I stoped last day. Could you send me an example?
Thanks a lot!
Hi,
I think this is a very good use case.
You will need to store the information in any storage. This could be Thingworx, or a server connected via api or the easiest, but not available method: locally on your device.
The demand for this function has been explained several times, but unfortunately it still hasn’t been implemented by PTC until today. (Jira Ticket VTS-1187)
How do I save a text file and picture to local dri... - PTC Community
You then could create a variable “lastsession”, where you store the model, sequence, step, etc. from the last session and load the information at the next session.
Regards,
whity