Catalog with Unity iOS

Hi! I’m a newbie
I was wondering if it is possible to use unity to create a simple interactive catalog?
Or is it made only for games?

thank you!

you can create whatever you want. depending on what you want it might be a bit trickier or less tricky (or less suited compared to using objc directly depending on the task) but generally it can be used for a wide variety of things

Thank you,

Technically, how do I have to start this project? Using a fixed camera?
Since I can find only tutorial for games, I’m a little lost…

the same stuff that applies to games also applies to yours.
I expect you want to do a 3d catalog style thingy (pseudo holograph etc?)

if you want pure 2D then unity is the wrong way to go, in this case its definitely UIKit + objc that you should use (or monotouch) as unity does not give you much for pure ui tasks