-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: move UTP integration into NGO, delete UTP Adapter package #1823
Changes from 9 commits
488b77e
f2aff6f
8e7bc56
dc809f2
e0f96ab
fca917f
fefd90a
47d2a57
2b58e02
2f3cf4e
f993874
17e5769
a3bc068
8c1af87
c509073
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<!-- Replace this line with what this PR does and why. Describe what you'd like reviewers to know, how you applied the Engineering principles, and any interesting tradeoffs made. Delete bullet points below that don't apply, and update the changelog section as appropriate. --> | ||
<!-- Replace this block with what this PR does and why. Describe what you'd like reviewers to know, how you applied the engineering principles, and any interesting tradeoffs made. Delete bullet points below that don't apply, and update the changelog section as appropriate. --> | ||
|
||
<!-- Add JIRA link here. Short version (e.g. MTT-123) also works and gets auto-linked. --> | ||
|
||
<!-- Add RFC link here if applicable. --> | ||
|
||
## Changelog | ||
|
||
### com.unity.netcode.gameobjects | ||
- Added: The package whose Changelog should be added to should be in the header. Delete the changelog section entirely if it's not needed. | ||
- Fixed: If you update multiple packages, create a new section with a new header for the other package. | ||
- Removed/Deprecated/Changed: Each bullet should be prefixed with Added, Fixed, Removed, Deprecated, or Changed to indicate where the entry should go. | ||
|
||
## Testing and Documentation | ||
|
||
* No tests have been added. | ||
* Includes unit tests. | ||
* Includes integration tests. | ||
* No documentation changes or additions were necessary. | ||
* Includes documentation for previously-undocumented public API entry points. | ||
* Includes edits to existing public API documentation. | ||
- No tests have been added. | ||
- Includes unit tests. | ||
- Includes integration tests. | ||
- No documentation changes or additions were necessary. | ||
- Includes documentation for previously-undocumented public API entry points. | ||
- Includes edits to existing public API documentation. | ||
|
||
<!-- Uncomment and mark items off with a * if this PR deprecates any API: | ||
### Deprecated API | ||
- [ ] 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. | ||
--> | ||
--> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,6 @@ projects: | |
packages: | ||
- name: com.unity.netcode.gameobjects | ||
path: com.unity.netcode.gameobjects | ||
- name: com.unity.netcode.adapter.utp | ||
path: com.unity.netcode.adapter.utp | ||
Comment on lines
-41
to
-42
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. less work on Yamato, faster CI, faster PRs! |
||
test_editors: | ||
- 2021.2 | ||
- 2020.3 | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed section separation since there is no other package under this repo anymore