File tree Expand file tree Collapse file tree
com.unity.netcode.gameobjects/Editor/Configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,15 +224,14 @@ private static void OnGuiHandler(string obj)
224224 /// <param name="settings">The project settings holding the opt-in flag and the applied-defaults marker.</param>
225225 private static void DrawHybridSettings ( NetcodeForGameObjectsProjectSettings settings )
226226 {
227- GUILayout . BeginVertical ( "Box" ) ;
228- GUILayout . Label ( "Hybrid (Netcode for Entities)" , EditorStyles . boldLabel ) ;
229-
230227 if ( HybridNetcodeConfigApplier . RequiresExperimentalOptIn && ! DrawUnifiedNetcodeApiToggle ( settings ) )
231228 {
232- GUILayout . EndVertical ( ) ;
233229 return ;
234230 }
235231
232+ GUILayout . BeginVertical ( "Box" ) ;
233+ GUILayout . Label ( "Hybrid (Netcode for Entities)" , EditorStyles . boldLabel ) ;
234+
236235 var config = HybridNetcodeConfigApplier . ResolveGlobalConfig ( ) ;
237236 if ( config == null )
238237 {
You can’t perform that action at this time.
0 commit comments