mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
improve warning
This commit is contained in:
parent
1850ccf595
commit
edbbaf227b
@ -101,7 +101,7 @@ protected void DrawDefaultSyncSettings()
|
|||||||
// Unreliable sync method: show a warning!
|
// Unreliable sync method: show a warning!
|
||||||
if (syncMethod.enumValueIndex == (int)SyncMethod.Unreliable)
|
if (syncMethod.enumValueIndex == (int)SyncMethod.Unreliable)
|
||||||
{
|
{
|
||||||
EditorGUILayout.HelpBox("Beware!\nUnreliable is experimental and only meant for hardcore competitive games!", MessageType.Warning);
|
EditorGUILayout.HelpBox("Beware!\nUnreliable is experimental, do not use this yet!", MessageType.Warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
// sync interval: only shown for reliable components.
|
// sync interval: only shown for reliable components.
|
||||||
|
Loading…
Reference in New Issue
Block a user