Unity-Technologies / EditorXR

Author XR in XR
Other
928 stars 166 forks source link

Workspace resize fix #512

Closed dunity closed 5 years ago

dunity commented 5 years ago

Purpose of this PR

*Fix issue with workspace resizing not properly resolving to the intended size when under heavy CPU load.

*Updated coroutine calls to utilize the RestartCoroutine approach.

Testing status

Tested many times, didn't see any issues with the minor changes.

Technical risk

None

Comments to reviewers

no additional comments

mtschoen-unity commented 5 years ago

I'm not able to reproduce the underlying issues, but this code checks out