Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.07k stars 1.15k forks source link

is HumanBodyTracking3D working either on iphone X or iPad Pro (11) #518

Closed shalumhmd closed 4 years ago

shalumhmd commented 4 years ago

am trying to build the HumanBodyTracking3D sample in iPhone X. but it not working. Can I build the sample on iPhone X and iPad Pro (11).

One more doubt. is it works on both A12 bionic chip and A13 Bionic chip?

tdmowrer commented 4 years ago

Body tracking requires an A12 bionic (or later) chip, and the iPhone X uses an A11. See https://en.wikipedia.org/wiki/Apple_A12#Products_that_include_the_Apple_A12_Bionic for a list of A12 devices.

https://github.com/Unity-Technologies/arfoundation-samples#humanbodytracking2d mentions which samples require the A12 chip.