mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
tank syncinterval=0.5 WORKS
This commit is contained in:
parent
9d61555819
commit
0c42ace529
@ -121,7 +121,7 @@ protected virtual void Configure()
|
||||
// both always need to be on the same send interval.
|
||||
// force the setting to '0' in OnValidate to make it obvious that we
|
||||
// actually use NetworkServer.sendInterval.
|
||||
syncInterval = 0;
|
||||
// syncInterval = 0;
|
||||
|
||||
// Unity doesn't support setting world scale.
|
||||
// OnValidate force disables syncScale in world mode.
|
||||
|
@ -68,7 +68,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
syncDirection: 1
|
||||
syncMode: 0
|
||||
syncInterval: 0
|
||||
syncInterval: 0.5
|
||||
target: {fileID: 4492442352427800}
|
||||
syncPosition: 1
|
||||
syncRotation: 1
|
||||
|
Loading…
Reference in New Issue
Block a user