NullReferenceException: Use Local Space: SerializedProperty is null
UnityEditor.EditorGUI.BeginPropertyInternal (UnityEngine.Rect totalPosition, UnityEngine.GUIContent label, UnityEditor.SerializedProperty property) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.EditorGUI.DefaultPropertyField (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.PropertyHandler.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren, UnityEngine.Rect visibleArea) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.PropertyHandler.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.EditorGUI.PropertyFieldInternal (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.EditorGUI.PropertyField (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.EditorGUI.PropertyField (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label) (at <0e78d59907e9464abb64cd241282731e>:0)
GameKit.Dependencies.Utilities.PropertyDrawerTool.DrawProperty (UnityEditor.SerializedProperty prop, UnityEngine.GUIContent content, UnityEngine.FontStyle labelStyle, System.Int32 indent) (at Assets/FishNet/Runtime/Plugins/GameKit/Dependencies/Utilities/EditorTools.cs:269)
GameKit.Dependencies.Utilities.PropertyDrawerTool.DrawProperty (UnityEditor.SerializedProperty prop, System.String label) (at Assets/FishNet/Runtime/Plugins/GameKit/Dependencies/Utilities/EditorTools.cs:220)
FishNet.Component.Transforming.Beta.Editing.MovementSettingsDrawer.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label) (at Assets/FishNet/Runtime/Generated/Component/TickSmoothing/Editor/MovementSettingsDrawer.cs:41)
UnityEditor.PropertyDrawer.OnGUISafe (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.PropertyHandler.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren, UnityEngine.Rect visibleArea) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.PropertyHandler.OnGUI (UnityEngine.Rect position, UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.PropertyHandler.OnGUILayout (UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren, UnityEngine.GUILayoutOption[] options) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.EditorGUILayout.PropertyField (UnityEditor.SerializedProperty property, UnityEngine.GUIContent label, System.Boolean includeChildren, UnityEngine.GUILayoutOption[] options) (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEditor.EditorGUILayout.PropertyField (UnityEditor.SerializedProperty property, UnityEngine.GUILayoutOption[] options) (at <0e78d59907e9464abb64cd241282731e>:0)
FishNet.Component.Transforming.Beta.NetworkTickSmootherEditor.OnInspectorGUI () (at Assets/FishNet/Runtime/Generated/Component/TickSmoothing/Editor/NetworkTickSmootherEditor.cs:40)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass82_0.<CreateInspectorElementUsingIMGUI>b__2 () (at <0e78d59907e9464abb64cd241282731e>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
Unity version:
FishNet version:
Discord link:
Description:
Replication:
Expectation:
Note
Thanks to Toblet for finding and reporting this.