Pétur Darri Pétursson
Pétur Darri Pétursson
I expected this as well. I actually don't use Mirror myself but I was aware Mirror used IL weaving and noticed SyncVars are just regular fields so I suspected this...
> I'd think that'd work but spamming values into it in Update won't sync every change because it's too fast...it sends nothing at all? This is a made up example,...
> => disallowing ldflda for syncvars would not work. In my attempt to fix the problem, I tried disallowing all `ldflda` usages for SyncVars. That was problematic because Mirror's own...
As far as I know, the tools to create lightfields in the .lf format is not public yet. If you're interested in the data format and how Fluence parses and...
Yeah, it was a mistake to use `ConditionalWeakTable`. It also has issues with IL2CPP in Unity. I have a branch (`wip/replace-conditional-weak-table`) that replaces it with an explicit dispose pattern, but...
Merged the branch.
You can negate most if not all of the initial handshake latency by opening and initializing the WebSocket connection at the same time as you send the request to the...