Hi All,
I couldn't find any information or methods gathered to obtain photorealistic apps for iOS. It would be really good for beginners like me if someone can gather information what to do to accomplish photorealism. For example is it possible to add soft or hard shadows if so how? Can we apply reflection to materials?
Thanks in advance
Shadows are a pro feature of unity. If you have a pro version you go to Edit-> Project Settings-> Quality and can set soft and hard shadows as well as anti aliasing and the quality of the rendering......obviously mobiles are more limited than desktop or browser builds...also if you import standard assets and pro image effects you get a bunch of scripts for using different visual effects on the camera, if you have unity pro.
To change the appearance of your models you need to use shaders, which determine how a texture is rendered and shown.
That stuff is all Unity specific and vuforia won't affect or limit it...