·
15 commits
to develop
since this release
[1.13.0 - Pitou] - 2025-05-01
This is the same release as the 1.13.0 Unity official release, but with some changes.
Added
- Added serializer for
Pose
(Unity-Technologies#2675)
Fixed
- Fixed usage of
NetworkList
throwing exception when used without a NetworkManager in scene. (Unity-Technologies#2539) - Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.13.0",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.13.0",
...
}
}