Home » Handheld AR App Development with Unity » Which of the following can ARSession be used for? Select all that apply. Which of the following can ARSession be used for? Select all that apply. Graded Quiz >>> Which of the following can ARSession be used for >>> Handheld AR App Development with Unity 1. Question 1 Which of the following can ARSession be used for? Select all that apply. 1 / 1 point To disable AR features To pause AR tracking To switch between different users To display camera video in the scene background ========================== 5. Question 5 What is the purpose of the trackable manager’s having a prefab variable? 1 / 1 point So you can customize what it looks like during editing. So you can specify things like image markers and object markers to look for. It’s a way to visualize or see what the AR system is tracking. The prefab can contain extra scripts to modify how trackables are detected. ========================== 3. Question 3 An ARCamera contains what components? Select all that apply. 1 / 1 point ARSession ARCameraBackground Camera Tracked Pose Driver ========================== 6. Question 6 An ARPlane contains info about ___________________. Select all that apply. 1 / 1 point Plane shape Center of planes Color of planes Area of plane ========================== 2. Question 2 You can keep track of the AR system using: 1 / 1 point ARSession systemStateChanged callback SystemState member of ARSessionOrigin ARSubsystemManager systemStateChanged callback systemStateChanged member of ARSession ========================== 4. Question 4 A tracked pose driver used for AR: 1 / 1 point Moves and rotates the virtual AR camera according to smartphone pose tracking info from the ARSession. Compensates for lag in processing by predicting where the tracked object will be. Tracks the user’s facial expression to find the best video frame for selfies. Uses inverse kinematics to figure out the user’s arm position relative to their head. Other Questions Of This Category Which of the following statements are true? Select all that apply.What managers can be used to visualize trackables? Select all that apply.What does IMU stand for?