We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7d4c9 commit 44c5ee7Copy full SHA for 44c5ee7
com.unity.netcode.gameobjects/Runtime/Components/Helpers/AttachableBehaviour.cs
@@ -41,7 +41,6 @@ internal class ComponentControllerEntry
41
42
43
#if UNITY_EDITOR
44
-
45
internal void OnValidate()
46
{
47
if (!HasInitialized)
@@ -503,7 +502,7 @@ public void Detach()
503
502
if (NetworkManager && NetworkManager.LogLevel <= LogLevel.Developer)
504
505
NetworkLog.LogWarning($"[{name}][Detach] Cannot detach! {name} is not attached to anything!");
506
- }
+ }
507
}
508
else
509
0 commit comments