com.unity.netcode.gameobjects
com.unity.netcode.gameobjects copied to clipboard
Fix: NetworkTransformEditor error, when physics2D enabled, but physics disabled
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.