linuxgurugamer / KSPAddonVersionChecker

KSP-AVC in-game plugin.
15 stars 14 forks source link

Don't call Unity's time function from other than the main thread #23

Closed SlimJimDodger closed 5 years ago

SlimJimDodger commented 5 years ago

Don't call Unity's time function from another thread. We don't need that level of specificity here anyway, but let's just convert the system time to a float and be done with it.

This causes lot's of error's in the background during a debug build.

linuxgurugamer commented 5 years ago

When you stop changing every single line in a PR, I'll consider merging.
You do realize that I have to review PRs before merging them? Because I don't know who is submitting them, and need to be sure they are both ok and not malicious. I don't know you. This is the second PR you've done in which you change every single line in the file. I can't accept this.

And what sort of errors are you talking about?