Skip to content

Conversation

@RogPodge
Copy link
Contributor

@RogPodge RogPodge commented May 3, 2022

Overview

If the event data did not contain entries for all joints, the hand visualizer would throw an exception as it does a lookup on a hand joint which doesn't exist. This PR fixes that, stabilizing Oculus Visuals for 39.0 and beyond for 2019.

Also fixes #10409

@RogPodge
Copy link
Contributor Author

RogPodge commented May 3, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@RogPodge
Copy link
Contributor Author

RogPodge commented May 3, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).


/// <summary>
/// Adds warnings to the nowarn line in the csc.rsp file located at the root of assets. Warning 618 and 649 are added to the nowarn line because if
/// Adds warnings to the nowarn line in the csc.rsp file located at the root of assets. Warning 414, 618 and 649 are added to the nowarn line because if
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do csc files work in subdirectories? Mostly, I'm wondering if we could put these warnings specifically in the root of the Oculus Integration Package folder instead of for the entire user's project, which seems a little heavy-handed.

@eusebiu
Copy link
Contributor

eusebiu commented May 30, 2022

The the visualizers are still null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter 414 error when updating the csc for Oculus Integration

4 participants