-
Notifications
You must be signed in to change notification settings - Fork 438
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
chore: Update UTP dependency to 1.3.0 #2231
Conversation
@@ -15,6 +15,7 @@ Additional documentation and release notes are available at [Multiplayer Documen | |||
|
|||
### Changed | |||
|
|||
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.0. (#630) |
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.
@kiyoji23 The PR number is "this" PR number. So it should be #2231
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.
oh ok got it will modify.
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.
done.
@@ -6,6 +6,6 @@ | |||
"unity": "2020.3", | |||
"dependencies": { | |||
"com.unity.nuget.mono-cecil": "1.10.1", | |||
"com.unity.transport": "1.2.0" | |||
"com.unity.transport": "1.3.0" |
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.
I'd be worth to also open testproject
, minimalproject
and testproject-tools-integration
Unity projects to allow them to update their manifest-lock.json and other relevant bits and pieces.
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.
do you mean packages-lock.json?
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.
done.
* chore: Bump UTP version to 1.3 * chore: Bump UTP version to 1.3
as the title says
Changelog
Testing and Documentation