Releases: PitouGames/com.unity.netcode.gameobjects
1.11.0
[1.11.0 - Pitou] - 2024-10-21
This is the same release as the 1.11.0 Unity official release, but with some changes.
Added
- Added serializer for
Pose
(Unity-Technologies#2675)
Fixed
- Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.11.0",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.11.0",
...
}
}
1.10.0
[1.10.0 - Pitou] - 2024-08-18
This is the same release as the 1.10.0 Unity official release, but with some changes.
Added
- Added serializer for
Pose
(Unity-Technologies#2675)
Fixed
- Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.10.0",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.10.0",
...
}
}
1.9.1
[1.9.1 - Pitou] - 2024-05-06
This is the same release as the 1.9.1 Unity official release, but with some changes.
Added
- Added serializer for
Pose
(Unity-Technologies#2675)
Fixed
- Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.9.1",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.9.1",
...
}
}
1.8.1
[1.8.1 - Pitou] - 2024-05-01
This is the same release as the 1.8.1 Unity official release, but with some changes.
Added
- Added serializer for
Pose
(Unity-Technologies#2675)
Fixed
- Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.8.1",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.8.1",
...
}
}
1.7.0
[1.7.0] - 2023-11-13
This is the same release as the 1.7.0 Unity official release, but with some changes.
Added
- Added serializer for
Pose
(Unity-Technologies#2675)
Fixed
- Fixed a bug where having a class with Rpcs that inherits from a class without Rpcs that inherits from NetworkVariable would cause a compile error. (Unity-Technologies#2751)
- Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.7.0",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.7.0",
...
}
}
1.5.2
[1.5.2] - 2023-04-30
This is the same release as the 1.5.2 Unity official release, but with some changes.
Added
- Added
ManagedNetworkList
that allow to use managed objects in a networked list. - Added
ManagedNetworkArray
that allow to use managed objects in a networked array.
Fixed
- Removed anoying warnings when using
NetworkList
in offline mode. (Unity-Technologies#2279) - Removed anoying warnings when using
NetworkVariable
in offline mode. (Unity-Technologies#2279) - Fixed usage of
NetworkList
throwing exception when used without a NetworkManager in scene. (Unity-Technologies#2539)
Changed
NetworkBehaviour.GetNetworkBehaviourAtOrderIndex
method is now public.
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.5.2",
...
}
with
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.5.2",
...
}
}
1.2.2
[1.2.2] - 2023-05-02
This is the same release as the 1.2.0 Unity official release, but with some changes.
Fixed
- Removed anoying warnings when using
NetworkList
in offline mode. (Unity-Technologies#2279) - Removed anoying warnings when using
NetworkVariable
in offline mode. (Unity-Technologies#2279) - Fixed usage of
NetworkList
throwing exception when used without a NetworkManager in scene. (Unity-Technologies#2539) - Fixed missing value on
NetworkListEvent
forEventType.RemoveAt
events. (Unity-Technologies#2542,Unity-Technologies#2543)
Changed
NetworkBehaviour.GetNetworkBehaviourAtOrderIndex
method is now public.- Accessors for
NetworkVariableBase
have been relaxed to allow its extention outside of the package.
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.2.0",
...
}
with
{
"dependencies": {
...
"com.pitou.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.2.2",
...
}
}
1.2.1
[1.2.1] - 2023-04-30
This is the same release as the 1.2.0 Unity official release, but with this changes added.
Fixed
- Fixed usage of
NetworkList
throwing exception when used without a NetworkManager in scene. (Unity-Technologies#2539) - Removed anoying warnings when using
NetworkList
in offline mode. - Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.2.0",
...
}
with
{
"dependencies": {
...
"com.pitou.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.2.1",
...
}
}
1.2.0
[1.2.0] - 2023-04-20
This is the same release as the 1.2.0 Unity official release, but with this changes added.
Fixed
- Removed anoying warnings when using NetworkVariable in offline mode. (Unity-Technologies#2279)
Installation
In Packages/manifest.json
replace
{
"dependencies": {
...
"com.unity.netcode.gameobjects": "1.2.0",
...
}
with
{
"dependencies": {
...
"com.pitou.netcode.gameobjects": "https://github.com/PitouGames/com.unity.netcode.gameobjects.git?path=/com.unity.netcode.gameobjects#pitou/1.2.0",
...
}
}