aliessmael / Unity-Contacts-List

Unity Contacts List is a unity3d plugin for Android and iOS devices that enable you to access to contacts. Retreive names, phone numbers, and even photos.
42 stars 20 forks source link

Can't access contact photo #29

Open MilesZoltak opened 3 years ago

MilesZoltak commented 3 years ago

The readme says you can access contact photos along with names/numbers, but I don't see how this could be since contacts are stored in UM_iContact objects, which have no Photo property. I see in the source code that there is some stuff going on with Texture2D's but it is unclear to me how to access the contact photo, if it is even possible.