FirstGearGames
FirstGearGames
I'll delete the metas so they regenerate. Thanks! Resolved in 4.3.8.
I've deleted the meta files and reimported all to test for warning, it did not appear. Let's hope that resolves it for the upcoming release.
This is intended behavior as clientHost. We moved away from having separate values for clientHost as it was creating more complex code with very little benefit. You can switch to...
As stated above it's normal for 'asServer false' to show the same value when clientHost, in the newest SyncTypes. ClientOnly seeing the same values however was an error. The resolution...
This is a known limitation because the value does not actually change on the SyncVar, so the server does not send any changes. I've personally made some considerations on resolving...
Its because the SyncVar holds a reference to an object which is not spawned yet, so it's populated with default. It doesn't automatically get the proper reference when the object...
There is unfortunately no simple way to go about this without a **massive** rework so this will have to be the way for an unknown amount of time.
Fixed in 4.5.3.
Can you make a tiny project on replicating this please. https://fish-networking.gitbook.io/docs/manual/guides/creating-bug-reports See ^ for full steps.
I won't be able to troubleshoot this without a repo project.