-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixing Oculus Deployment Issue, whitespace error #10584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Assets/MRTK/SDK/Features/UX/Scripts/Pointers/BaseControllerPointer.cs
Outdated
Show resolved
Hide resolved
| List<string> warningNumbers = new List<string>(); | ||
|
|
||
| // List of new warning numbers to add to the csc file | ||
| // Empty as of Oculus Integration 39.0 https://developer.oculus.com/downloads/package/unity-integration/39.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment still accurate? I also still have an open comment (along with some others) about this on a previous PR: #10576 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed the comments in the other PR.
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Overview
When deploying to Oculus the 618 error will still pop up, this adds that code to the csc to fix that issue.
Fixed some whitespace that was introduced accidentally.