I am trying to create a 3D image viewing application using Unity, and I need to load photos from the photo album, potentially in the hundreds.
I tried using the Prime31 Etcetera plugin, but even loading as little as 50 photos, it would run out of memory, as the ALAssetsLibrary, from my understanding, has to copy all the photos, as it cannot get direct access to the photos, due to iOS security.
I've seen a lot of topics about UIImagePickerController, but I cannot tell if it suffers from the same limitation or not. Can anyone clarify this for me?
Regardless, I do not know Objective-C, and would much prefer to find a premade plugin available for free or purchase.
If there is NOT a prebuilt plugin that exists for this purpose, any help in the right direction of creating my own would be appreciated.
↧