Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 538 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 538 Bytes

iMobileDevice for Unity

A Unity package for communicating with iOS over USB. It is based on the iMobileDevice.Net library.

Install from Package Manager:

  • Add "com.cdm.imobiledevice": "https://github.com/cdmvision/imobiledevice-unity.git#1.0.0" to your project's package manifest file in dependencies section.
  • Or, Package Manager > Add package from git URL... and paste this URL: https://github.com/cdmvision/imobiledevice-unity.git#1.0.0
  • See latest version here)