Hi,
Love the package, but I'm having a few issues. I'm converting a project from straight Unity networking. The player is a vehicle, so it's input forces that are interpolated using M2H's "NetworkRigidBody.cs" script. This works just fine in the original project, but I'm looking for a similar solution with Tnet.
From reading the posts here, it seems that there's supposed to be no need for this with Tnet, but I'm seeing horrendous jittering, the same as I had with the original project Until I added the interpolation script. the way it would work is that the network view would watch the script, the script would interpolate/extrapolate where the player was supposed to be, then the network view would send the data using stream.isWriting, etc. I have no idea what would be analogous to this in Tnet. Anyone have any ideas?
It would be so immensly helpful if there was an fps example included in the package that people could build on, or even just something using the character controller. The included click-to-move sample is sort of helpful, but I don't think it's really all that applicable to the majority of users. Is anyone working on this?