FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · rubtoa/com.unity.netcode.gameobjectsUnity · GitHub
rubtoa
/
com.unity.netcode.gameobjectsUnity
Public
forked from
Unity-Technologies/com.unity.netcode.gameobjects
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 11, 2024
fix: networkanimator only updates observers backport (#3058)
Show description for 490fb93
NoelStephensUnity
authored
490fb93
View commit details
Copy full SHA for 490fb93
Browse repository at this point
Commits on Sep 9, 2024
fix: exception thrown when rpc received for depsawned object (back-port) (#3055)
Show description for 39818f2
NoelStephensUnity
authored
39818f2
View commit details
Copy full SHA for 39818f2
Browse repository at this point
Commits on Sep 6, 2024
fix: Add size validation to named and unnamed message sending (#3043)
Show description for 67b27b7
larus
and
NoelStephensUnity
authored
67b27b7
View commit details
Copy full SHA for 67b27b7
Browse repository at this point
fix: player prefab null exception when using prefabhash connection approval (backport-3042) (#3046)
Show description for f41fb30
NoelStephensUnity
authored
f41fb30
View commit details
Copy full SHA for f41fb30
Browse repository at this point
chore: Upgrading unity-downloader-cli (#3048)
Show description for 2da5a98
fluong6
authored
2da5a98
View commit details
Copy full SHA for 2da5a98
Browse repository at this point
Commits on Sep 3, 2024
fix: allow the check for a NetworkObject component on NetworkBehaviours to be disabled (Back Port) (#3034)
Show description for 505261c
NoelStephensUnity
authored
505261c
View commit details
Copy full SHA for 505261c
Browse repository at this point
Commits on Sep 2, 2024
Update CODEOWNERS
Show description for 4470a47
NoelStephensUnity
authored
4470a47
View commit details
Copy full SHA for 4470a47
Browse repository at this point
Commits on Aug 26, 2024
fix: prevent exception when showing despawned or destroyed NetworkObject (#3029)
Show description for a597b9f
NoelStephensUnity
authored
a597b9f
View commit details
Copy full SHA for a597b9f
Browse repository at this point
fix: unity collections 2-2-x support in 2022.3 with NGO v1.x.x (#3033)
Show description for ca23b3c
NoelStephensUnity
authored
ca23b3c
View commit details
Copy full SHA for ca23b3c
Browse repository at this point
fix: Stop checking hierarchy changed in playmode (#3027)
Show description for 6d43f0a
NoelStephensUnity
authored
6d43f0a
View commit details
Copy full SHA for 6d43f0a
Browse repository at this point
chore: NGO 1.11.0 merge back to develop NGO develop (#3024)
Show description for 142e757
fluong6
authored
142e757
View commit details
Copy full SHA for 142e757
Browse repository at this point
Commits on Aug 19, 2024
fix: adding null checks when accessing NetworkBehaviour (#3011)
Show description for beb08e8
fluong6
authored
beb08e8
View commit details
Copy full SHA for beb08e8
Browse repository at this point
Commits on Aug 13, 2024
fix: collections not detecting deltas backport to v1.x.x (#3005)
Show description for 231b36d
NoelStephensUnity
authored
231b36d
View commit details
Copy full SHA for 231b36d
Browse repository at this point
Commits on Aug 7, 2024
fix: dual triggers generating false state transition [MTTB-48] (#2999)
Show description for b2f5e84
NoelStephensUnity
authored
b2f5e84
View commit details
Copy full SHA for b2f5e84
Browse repository at this point
Commits on Aug 6, 2024
fix: fixedstring byte writing and comparing (#2992)
Show description for cb11580
NoelStephensUnity
authored
cb11580
View commit details
Copy full SHA for cb11580
Browse repository at this point
Commits on Aug 5, 2024
fix: Improve API doc for OnGainedOwnership and OnLostOwnership (#2996)
jabbacakes
authored
3863794
View commit details
Copy full SHA for 3863794
Browse repository at this point
Commits on Jul 29, 2024
chore: NGO 1.10.0 merge back to develop NGO develop (#2987)
Show description for dbf6b03
fluong6
and
NoelStephensUnity
authored
dbf6b03
View commit details
Copy full SHA for dbf6b03
Browse repository at this point
Commits on Jul 19, 2024
fix: Realtime Network Stats Monitor Not Displaying RPC Metrics in Release Builds (#2980)
Show description for 4400390
NoelStephensUnity
authored
4400390
View commit details
Copy full SHA for 4400390
Browse repository at this point
Commits on Jul 18, 2024
fix: scenemanager clean up ScenesLoaded after synch unloading of remaining scenes not used [back port] (#2977)
Show description for f0db817
NoelStephensUnity
authored
f0db817
View commit details
Copy full SHA for f0db817
Browse repository at this point
Commits on Jun 25, 2024
fix: Added support for byte on NetworkVariable through codegen (#2953)
Show description for 7915bd4
Ufabsther
and
NoelStephensUnity
authored
7915bd4
View commit details
Copy full SHA for 7915bd4
Browse repository at this point
Commits on Jun 5, 2024
chore: use xray for verifying package (#2944)
Show description for cd154af
miniwolf
and
NoelStephensUnity
authored
cd154af
View commit details
Copy full SHA for cd154af
Browse repository at this point
Commits on Jun 3, 2024
fix: client side disconnect incorrect client count on host-server side [MTTB-135] (#2941)
Show description for dc021c6
NoelStephensUnity
authored
dc021c6
View commit details
Copy full SHA for dc021c6
Browse repository at this point
Commits on May 14, 2024
fix: In-scene placed NetworkObjects getting destroyed if early disconnect (#2923)
Show description for 1644801
NoelStephensUnity
authored
1644801
View commit details
Copy full SHA for 1644801
Browse repository at this point
fix: unreliable deltas half float synch jitter (#2922)
Show description for 2b38d55
NoelStephensUnity
authored
2b38d55
View commit details
Copy full SHA for 2b38d55
Browse repository at this point
Commits on May 10, 2024
fix: Fix for NullReferenceException during client Shutdown (#2921)
Show description for 66d4134
samlucas-unity
and
NoelStephensUnity
authored
66d4134
View commit details
Copy full SHA for 66d4134
Browse repository at this point
fix: in-scene networkobject with networktransform synchronization when parented under gameobject [MTT-8402] (#2895)
Show description for f9c6731
NoelStephensUnity
authored
f9c6731
View commit details
Copy full SHA for f9c6731
Browse repository at this point
Commits on May 9, 2024
fix: NetworkRigidbody2D not changing body type with authority [MTT-8510] (#2916)
Show description for bcb891b
NoelStephensUnity
authored
bcb891b
View commit details
Copy full SHA for bcb891b
Browse repository at this point
Commits on May 8, 2024
feat: add pre and post spawn methods (#2906)
Show description for cd6ead3
NoelStephensUnity
authored
cd6ead3
View commit details
Copy full SHA for cd6ead3
Browse repository at this point
Commits on Apr 25, 2024
chore: merge 1.9.1 into develop (#2899)
Show description for e3643cf
NoelStephensUnity
authored
e3643cf
View commit details
Copy full SHA for e3643cf
Browse repository at this point
fix: API doc fixes from user feedback (#2878)
Show description for b008929
jabbacakes
authored
b008929
View commit details
Copy full SHA for b008929
Browse repository at this point
Commits on Apr 18, 2024
chore: update code owners (#2889)
Show description for 76e6cb0
NoelStephensUnity
authored
76e6cb0
View commit details
Copy full SHA for 76e6cb0
Browse repository at this point
Commits on Apr 17, 2024
fix: Update API docs for MaxPayloadSize (#2877)
Show description for d97d968
jabbacakes
authored
d97d968
View commit details
Copy full SHA for d97d968
Browse repository at this point
Commits on Apr 5, 2024
chore: migrate 2830 allow null references in NetworkBehaviourReference and NetworkObjectReference (#2874)
Show description for d90292d
NoelStephensUnity
and
SimoGecko
authored
d90292d
View commit details
Copy full SHA for d90292d
Browse repository at this point
chore: migrate PR-2812 remove animator requirement (#2872)
Show description for 3ca359d
authored
3ca359d
View commit details
Copy full SHA for 3ca359d
Browse repository at this point
chore: replicate PR-2833 physics2d rigidbody2d fix (#2871)
Show description for 5b15609
authored
5b15609
View commit details
Copy full SHA for 5b15609
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL