-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ClientNetworkTransform fix with 1.0.1+ changes main (#726)
* Removing RPC based update and bumping package dependency * Adding changelog * bumping versions * missing package lock since 1.0.2 wasn't out yet * changelog update * quick fix for behaviour index out of bound issue
- Loading branch information
1 parent
6ef055b
commit 554bbeb
Showing
7 changed files
with
19 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "com.unity.multiplayer.samples.coop", | ||
"displayName": "Multiplayer Samples Utilities", | ||
"version": "1.3.0-pre", | ||
"version": "1.3.1", | ||
"type": "template", | ||
"host": "hub", | ||
"unity": "2020.3", | ||
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.", | ||
"dependencies": { | ||
"com.unity.learn.iet-framework": "1.2.1", | ||
"com.unity.multiplayer.tools": "1.0.0-pre.7", | ||
"com.unity.netcode.gameobjects": "1.0.0-pre.10", | ||
"com.unity.multiplayer.tools": "1.0.0", | ||
"com.unity.netcode.gameobjects": "1.0.2", | ||
"com.unity.services.authentication": "1.0.0-pre.4", | ||
"com.unity.services.lobby": "1.0.0-pre.6", | ||
"com.unity.services.relay": "1.0.2" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters