File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
testproject/Assets/Tests/Runtime/ObjectParenting Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ public enum NetworkTransformSettings
158158
159159 protected override IEnumerator OnSetup ( )
160160 {
161+ m_EnableVerboseDebug = true ;
161162 TestComponentHelper . ClientsRegistered . Clear ( ) ;
162163 TestComponentHelper . NetworkObjectIdToIndex . Clear ( ) ;
163164 for ( int i = 0 ; i < k_NestedChildren ; i ++ )
@@ -169,6 +170,7 @@ protected override IEnumerator OnSetup()
169170
170171 protected override IEnumerator OnTearDown ( )
171172 {
173+ m_EnableVerboseDebug = false ;
172174 if ( m_ServerSideParent != null && m_ServerSideParent . GetComponent < NetworkObject > ( ) . IsSpawned )
173175 {
174176 // Clean up in reverse order (also makes sure we can despawn parents before children)
You can’t perform that action at this time.
0 commit comments