spatialos / gdk-for-unity

SpatialOS GDK for Unity
https://gdk.improbable.io/spatialos-gdk-unity
MIT License
355 stars 77 forks source link

Fix `WorldCommandSender` #1493

Closed jamiebrynes7 closed 3 years ago

jamiebrynes7 commented 3 years ago

The code between the generated command senders and the WorldCommandSender drifted apart over time and so bugs that had been fixed weren't fixed in the WorldCommandSender.

Re-unified the generated & world command senders by using a common base and thus fixed the bug.

Split from #1491

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

76.0% 76.0% Coverage
0.0% 0.0% Duplication