-
-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for PCVR depth submission (#685)
This is a partial fix for the issue discussed in #420 The issue was coming from RenderWrapper.cs, where an offscreen render texture is created so it can be reused and rescaled for performance when using the video recording tools. I'm not entirely sure why this is breaking our XR pipeline, as it appears the render texture is created properly. As a stopgap, we keep using the normal camera, but switch to the offscreen render during recording. This may be magically resolved when we upgrade Unity versions.
- Loading branch information
1 parent
b097bbd
commit ee2c821
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters