Fixed (highly unlikely) potential bug in ProcessMessage function
Updated project version to 2020.3.10f1
Corrected some menu text
Changed eraser to a small sphere and fixed its shader
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Testing
[ ] Change that requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[x] Manual Test
[ ] Unit Test
[x] Integration / End-to-End Test
This was tested using a dev build and two clients on the same machine, one in VR. A non-dev build was tested with one client in VR by itself.
Test Configuration:
See PR 75.
Checklist:
[ ] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas that are not self-documenting
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] My changes have no unnecessary logging
[x] I have added tests that prove my fix is effective or that my feature works, for sufficiently complex features
[ ] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
[x] Sensitive info like tokens, secrets, and passwords have been removed before submitting
Description
A few changes on top of https://github.com/gelic-idealab/komodo-unity/pull/75
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
This was tested using a dev build and two clients on the same machine, one in VR. A non-dev build was tested with one client in VR by itself.
Test Configuration:
See PR 75.
Checklist:
My code follows the style guidelines of this projectI have made corresponding changes to the documentationNew and existing unit tests pass locally with my changesModified from this article: Phillip Johnston, “A GitHub Pull Request Template for Your Projects - Embedded Artistry,” Embedded Artistry, Aug. 04, 2017. https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ (accessed Jul. 22, 2021).