浏览代码

Always enable depth interactibles on Android because we cannot know whether depth is supported or not until we have a session.

/4.1
Todd Stinson 4 年前
当前提交
f8d4340e
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      Assets/Scripts/UX/CheckAvailableFeatures.cs

5
Assets/Scripts/UX/CheckAvailableFeatures.cs


{
m_HumanSegmentation.interactable = true;
}
#if UNITY_IOS
#endif
#if UNITY_ANDROID
m_Depth.interactable = true;
#endif
}
}

正在加载...
取消
保存