mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 18:40:47 +00:00
fix send rate 🙈
This commit is contained in:
parent
3fcbcebeda
commit
858395308d
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
ManifestFileVersion: 0
|
||||
CRC: 3669040473
|
||||
CRC: 3121233044
|
||||
Hashes:
|
||||
AssetFileHash:
|
||||
serializedVersion: 2
|
||||
Hash: 102cbe12b50dffef59e4f393401b86ab
|
||||
Hash: 4a04c6f5a9bea2dac442e3c9f153fac9
|
||||
TypeTreeHash:
|
||||
serializedVersion: 2
|
||||
Hash: 8b6abf066340f652e25eed06e6b72102
|
||||
|
@ -100,6 +100,7 @@ namespace QSB
|
||||
{
|
||||
var trans = go.AddComponent<QNetworkTransform>();
|
||||
trans.SyncRotationAxis = QNetworkTransform.AxisSyncMode.AxisXYZ;
|
||||
trans.SendInterval = go.GetComponent<NetworkTransform>().sendInterval;
|
||||
foreach (var item in go.GetComponents<NetworkTransformChild>())
|
||||
{
|
||||
var child = go.AddComponent<QNetworkTransformChild>();
|
||||
|
@ -85,7 +85,7 @@ MonoBehaviour:
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_TransformSyncMode: 1
|
||||
m_SendInterval: 0.083333336
|
||||
m_SendInterval: 0.06666667
|
||||
m_SyncRotationAxis: 7
|
||||
m_RotationSyncCompression: 0
|
||||
m_SyncSpin: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user