com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

Fix: NetworkTransformEditor error, when physics2D enabled, but physics disabled

Open Deprion opened this issue 2 years ago • 0 comments

Fixing Library\PackageCache\[email protected]\Editor\NetworkTransformEditor.cs(160,17): error CS0103: The name 'go' does not exist in the current context when "physics" disabled in built-in packages, but "physics2D" enabled

Changelog

  • Fixed: declaration and initialization of "go" gameObject moved out of "physics" scope.

Testing and Documentation

  • No tests have been added.
  • No documentation changes or additions were necessary.

Deprion avatar Feb 27 '24 15:02 Deprion