Commit a3e41f5
fix: PVP issues related to assemblies, file names, and other non-xml-API related (#3444)
## PVP Fixes
This includes fixes for all remaining NGO v2.x PVP errors.
Depends upon
[PR-720](Unity-Technologies/com.unity.multiplayer.tools#720)
<!-- Add short version of the JIRA ticket to the PR title (e.g. "feat:
new shiny feature [MTT-123]") -->
## Changelog
NA
## Testing and Documentation
- Tools tests have been migrated to multiplayer tools repository.
- Tools test project was removed.
- Includes adding `[Obsolete]` to a couple of legacy test related
methods not used by anything.
- Includes updating tests or test related classes, enums, structs (all
unique for existing NGO tests) from being public to internal.
- Includes XML API documentation changes.
### Deprecated API
- [X] An `[Obsolete]` attribute was added.
- [ ] An `[Obsolete]` attribute was added along with a `(RemovedAfter
yyyy-mm-dd)` entry.
- [ ] An [api updater] was added.
- [ ] Deprecation of the API is explained in the CHANGELOG.
- [ ] The users can understand why this API was removed and what they
should use instead.
## Backport
A backport similar to this will be required but will not be these
specific changes.
---------
Co-authored-by: michalChrobot <michal.chrobot@unity3d.com>1 parent bdcb40b commit a3e41f5
File tree
174 files changed
+1409
-6922
lines changed- .yamato
- com.unity.netcode.gameobjects
- Editor
- CodeGen
- PackageChecker
- Runtime
- Components
- Messaging/Messages
- TestHelpers/Runtime
- Metrics
- Tests
- Editor
- Metrics
- Runtime
- DistributedAuthority
- Helpers
- Metrics
- NetworkVariable
- TestHelpers
- Components
- testproject-tools-integration
- Assets
- Prefabs
- Scenes
- Tests
- Runtime
- Packages
- ProjectSettings
- testproject/Assets
- Samples/Physics
- PhysicsSample
- Scenes
- SampleScene
- ZooSam
- Tests
- Editor
- Manual/Scripts
- Runtime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
174 files changed
+1409
-6922
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
189 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
13 | | - | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
0 commit comments