AtsushiSuzuki / unity-depthcapture-ios

Unity plugin to obtain depth map from iPhone camera.
ISC License
50 stars 5 forks source link

supports Unity 2020 #6

Closed AtsushiSuzuki closed 1 year ago

AtsushiSuzuki commented 3 years ago

Description

Supports Unity >= 2019 fix https://github.com/AtsushiSuzuki/unity-depthcapture-ios/issues/5

Unity >= 2019 deprecates some APIs used for Xcode project customization, and supports swift bridging header generation natively.

Changes