Closed nicholas-maltbie closed 4 years ago
Test Coverage Results for editmode: Sequence Coverage: 2.72% Branch Coverage: 0.0% Link to run results: https://github.com/nicholas-maltbie/PropHunt/actions/runs/277560532
Test Coverage Results for editmode: Sequence Coverage: 2.72% Branch Coverage: 0.0% Link to run results: https://github.com/nicholas-maltbie/PropHunt/actions/runs/277567927
Test Coverage Results for editmode: Sequence Coverage: 2.72% Branch Coverage: 0.0% Link to run results: https://github.com/nicholas-maltbie/PropHunt/actions/runs/277692210
Has unknown network errors?
Description
Added code to push the character out of objects. Also had to adjust the follow and grounded components/systems to account for this new capability.
How Has This Been Tested?
Tested by creating new kinds of moving platforms (in all 3 dimensions) to test the ability of the new tracking system. Seems to be a bit broken on connections with high latency or fast moving platforms from my current results.
Checklist:
I have added tests that prove my fix is effective or that my feature worksNew and existing unit tests pass locally with my changes(No testing framework setup yet so ignore the last two)
Closes #37