Search Unity

Question ArKit/ArFoundation combine ArHumanBodyManager with ArOcclusionManager

Discussion in 'AR' started by plKinems, Feb 10, 2021.

  1. plKinems

    plKinems

    Joined:
    Sep 7, 2015
    Posts:
    1
    Hi,

    Initially I implemented body tracking with ArHumanBodyManager successfully, and now I want to use ArOcclusionManager in the same scene. When I add ArOcclusionManager on AR session origin object, without doing anything else with occlusion manager at this point, body tracking stops working.

    I get this in the log:
    Requested Features: Rotation and Orientation, 3D Body Tracking, People Occlusion Stencil
    Supported Features: Rotation and Orientation, People Occlusion Stencil
    Requested features not satisfied: 3D Body Tracking


    Can I combine those two functionalities in the same scene somehow?
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,822
    Hello there, @plKinems. So,the configuration you're requesting is not supported by ARKit. This provides configuration documentation:


    The important part of the video starts around 11:16. :)
     
    Last edited: Feb 22, 2021