Question about PUN integration and a large terrain

nathanj

Active member
Hello, Justin

You mind explaining what float value of c_MaxGenericFloatValue does here?

The default value is 1000 and I'm wondering if I increase to say 5000, will I be able to monitor actitiy over a larger area?


networkcompression.PNG

If I'm way off just give me a facepalm emoji ;)

Thanks, as always
Nathan
 
That actually may be it - if you change it does it work? Within PunCharacterTransformMonitor if you change the PunUtility.SendCompressedVector3 to just stream.SendNext it would be a good test to determine if the compression is messing you up.
 
Top