If you only have Unity 3D iPhone basic, is it possible to access the camera and photo library ?
through xcode
unity (independent of the license) does not offer it internally
bliprobs iphone enhancement pack offers such functionality
I thought you couldn’t extend Unity Basic through XCode?
you can not call functions but you can communicate through playerprefs ↔ nsuserdefaults and work that way. there are about 3 dozen threads on it and the poor monkey framework that show the idea of it + bliprobs enhancement pack that offers it
Thanks…
Sounds like a nasty hack. By nasty I mean very shoddy looking if I were to use user defaults (or even a file) to exchange data in and out of Unity, probably not what I am looking for, the app would lack a professional feel IMO.
Perhaps it is time to consider advanced, but I wanted to hold off until it makes enough to pay for itself.
It wouldn’t lack a professional feel since the user would be totally unawares.
However, it’s hacky to use player prefs yeah, but some of the bestest stuff ever created is from hacks.
iPhone Advanced just makes the hacking easier is all.