The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hello all,
We have developed Mobile project application.
Is there any possible way to convert it to 3D Eyewear project ?
Thanks in advance.
/VR
Hello Velkumar,
It doesn't exist an automatic way to convert a Project to another platform.
The only solution is to follow these steps:
Keep in mind, that some Objects, Properties and Javascript methods are accessibles in Hololens but in mobile.
So, it is more a port like in development of a cross platform application between platform then a conversion.
Best regards,
Samuel
you can play with Json files of vuforia studio but after that rebinding need to be done
I do not think that "play with json" is that what is supported by PTC. Some coping of JSON files should be done only when we exactly know what we want to achieve and possibly we can expect that we get some corruption , so that the project should be recreated.
When we convert the Mobile project to Eyewear - we have to pay attention that we have in the eyewear project only 3D widget and additionally some of the Eyewear widget are not the same as the mobile project. For example to copy a mobile project , or particular view will work to copies the View.json and the View.js files But when we copy a json file form mobile project to a eyewear project - in this case coping 1 to 1 could lead to some issues and project corruption. Therefore, I think that the suggested techniques by @sdidier is conform.
Thanks