How to use "Stereo Display (non head-mounted)" in Unity3D 2020 and 2021 versions?
Asked Answered
M

2

0

In the 2019 version of Unity3D, there is an option under Project SettingsPlayerVirtual Reality SupportedStereo Display (non head-mounted) to set up the use of a 3D stereoscopic display (for example, using a 3D monitor and NV 3D vision kit). However, I cannot find this option anymore in the 2020 and 2021 versions with installed "XR Plugin Management".

QUESTION:

How can I use this option in the 2020 and 2021 versions?


Thanks in advance,
Yaoping

Might answered 5/11, 2023 at 17:29 Comment(0)
O
0

Good evening Dr.Yaoping,

There is a couple of ways to resolve this situation. Sadly for 2020+ versions, Xr plugin has depreciated the previous way to do it, unity now relies on the external vendors and plugin developers to implement their own versions of stereoscopic rendering.

However, this effect can be achieved by a simple custom script where the main camera is moved a specific amount corresponding to the IPD and on a specific frequency corresponding to the refresh rate.

This methodology will not work towards head tracking since object fixation and pivoting would need to be implemented through APIs

@Might

Oriya answered 19/1, 2022 at 22:49 Comment(0)
T
0

Find the projectSetting.asset file in the ProjectSetting folder and Open the file to find the m_Devices parameter add -stereo.
It might help you.

Tameshatamez answered 5/11, 2023 at 15:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.