Hi,
I would like to know if there is possible to make an app with say 10-20 3D-models and export them to one app on a device.
Can i script the function and GUI in order to swipe between 3D-models so it acts like a picture preview only AR-style?
I know it is possible to make one marker (image) export it and its works just fine inside an app. So the 3D-model will show.
But how do i go from here to show say.. 10-20 3D-models with some animation and use the app like a portfolio preview?
Thanks in advance.
"Regarding the App with lots of 3D-models.. Will it affect the speed of the app since it have lots of
3D-models inside?"
No it should not do - the only impact ought to be in memory on the device as this needs to be sufficient. Unity should take care of most things for you and by enabling/disabling 3D models you are reducing the load on the GPU and therefor minimising the bottlenecks.
Best thing to do is try it out and then hunt around the Unity site if you need more help regarding optimisations.
N