Hi,
Is there a way for my app to detect what IOS device it working on and change the camera field of view accordingly?
Thanks in advance!
Hi,
Is there a way for my app to detect what IOS device it working on and change the camera field of view accordingly?
Thanks in advance!
Anyone?
Yes, look up “iPhoneSettings.model” in the docs.
Then, write a script that on awake it detects the model and changes the camera FOV accordingly.
I have a script that does that for my GUI objects.
Super!