FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · wxgithub10/com.unity.netcode.gameobjects · GitHub
wxgithub10
/
com.unity.netcode.gameobjects
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 Mar 27, 2024
feat: Added support for client anticipation in NetworkVariables and NetworkTransform and support for throttling functionality in NetworkVariables (#2820)
ShadauxCat
authored
b9fe0d2
View commit details
Copy full SHA for b9fe0d2
Browse repository at this point
Commits on Mar 22, 2024
chore: release/1.8.1 merge to develop (#2831)
Show description for 1fa39e1
ShadauxCat
authored
1fa39e1
View commit details
Copy full SHA for 1fa39e1
Browse repository at this point
Commits on Mar 12, 2024
fix: host not generating its own local client disconnect notification (#2822)
Show description for ed867b5
NoelStephensUnity
authored
ed867b5
View commit details
Copy full SHA for ed867b5
Browse repository at this point
Commits on Mar 11, 2024
fix: Freeze rigidbody on Awake and interpolate based on ownership (#2838)
Show description for 7a2f31a
miniwolf
authored
7a2f31a
View commit details
Copy full SHA for 7a2f31a
Browse repository at this point
Commits on Mar 1, 2024
fix: Avoid duplicate RPC invocation on host (#2834)
Show description for c013f64
miniwolf
authored
c013f64
View commit details
Copy full SHA for c013f64
Browse repository at this point
Commits on Feb 8, 2024
chore: updating standards check bokken snapshots (#2825)
Show description for ade472e
fluong6
authored
ade472e
View commit details
Copy full SHA for ade472e
Browse repository at this point
Commits on Feb 2, 2024
fix: in-scene parenting WorldPositionStays transform synchronization without NetworkTransform [MTT-7856] (#2796)
Show description for d58ffb1
NoelStephensUnity
authored
d58ffb1
View commit details
Copy full SHA for d58ffb1
Browse repository at this point
Commits on Feb 1, 2024
feat: Better support for container types in NetworkVariable, including delta computation to save bandwidth. (#2813)
ShadauxCat
authored
21a0a1b
View commit details
Copy full SHA for 21a0a1b
Browse repository at this point
Commits on Jan 26, 2024
chore: legacy cleanup with some test adjustments (#2816)
Show description for 697b078
NoelStephensUnity
authored
697b078
View commit details
Copy full SHA for 697b078
Browse repository at this point
Commits on Jan 17, 2024
chore: migrate NetworkTransform away from using named messages over to NetworkTransformMessage [MTT-7535] (#2810)
Show description for adcec18
NoelStephensUnity
authored
adcec18
View commit details
Copy full SHA for adcec18
Browse repository at this point
Commits on Jan 13, 2024
fix: handle null or empty named message registration [MTT-7771] (#2807)
Show description for 64ed674
NoelStephensUnity
authored
64ed674
View commit details
Copy full SHA for 64ed674
Browse repository at this point
Commits on Jan 10, 2024
chore: update latest bokken image for CI (#2809)
Show description for 073f861
fluong6
authored
073f861
View commit details
Copy full SHA for 073f861
Browse repository at this point
Commits on Dec 13, 2023
fix: NetworkTransform half float synch (#2791)
Show description for 53b735c
NoelStephensUnity
authored
53b735c
View commit details
Copy full SHA for 53b735c
Browse repository at this point
fix: Add "Temp" and "Persistent" flags for RpcTarget options (#2792)
ShadauxCat
authored
1cac76a
View commit details
Copy full SHA for 1cac76a
Browse repository at this point
Commits on Dec 12, 2023
fix: Cannot Create Multiple Network Prefab Overrides That Target Same Network Prefab as Override [MTT-7399] (#2710)
Show description for 3fd2bf5
NoelStephensUnity
and
netcode-ci-service
authored
3fd2bf5
View commit details
Copy full SHA for 3fd2bf5
Browse repository at this point
Commits on Dec 11, 2023
fix: Pass the transport type to the error (#2788)
Show description for 94a2ffc
miniwolf
and
ShadauxCat
authored
94a2ffc
View commit details
Copy full SHA for 94a2ffc
Browse repository at this point
fix: shutdown and shutdown notification issues [MTT-7791] [MTT-7540] (#2789)
Show description for 654e413
NoelStephensUnity
and
ShadauxCat
authored
654e413
View commit details
Copy full SHA for 654e413
Browse repository at this point
Commits on Dec 9, 2023
chore: release 1.7.1 to develop (#2790)
ShadauxCat
authored
fda32b4
View commit details
Copy full SHA for fda32b4
Browse repository at this point
Commits on Dec 8, 2023
fix: Compatibility fixes for UTP 2.X (#2786)
Show description for 01e8738
simon-lemay-unity
and
NoelStephensUnity
authored
01e8738
View commit details
Copy full SHA for 01e8738
Browse repository at this point
Commits on Dec 5, 2023
fix: NetworkTransform Mixed Unreliable & Reliable Order of Operations (#2777)
Show description for 13d1f8c
NoelStephensUnity
authored
13d1f8c
View commit details
Copy full SHA for 13d1f8c
Browse repository at this point
Commits on Dec 4, 2023
fix: Fixed a missing RuntimeAccessModifiers change for universal RPC attribute (#2783)
ShadauxCat
authored
1495e68
View commit details
Copy full SHA for 1495e68
Browse repository at this point
Commits on Dec 1, 2023
fix: Don't coalesce small unreliable messages into packets larger than the MTU (#2784)
Show description for 79b465d
simon-lemay-unity
authored
79b465d
View commit details
Copy full SHA for 79b465d
Browse repository at this point
Commits on Nov 28, 2023
fix: Parented in-scene objects under dynamically spawned objects are destroyed when the network session ends but original scene remains loaded. [MTT-7560] (#2737)
Show description for 7ab9947
NoelStephensUnity
authored
7ab9947
View commit details
Copy full SHA for 7ab9947
Browse repository at this point
Commits on Nov 27, 2023
feat: Added a universal RPC attribute [MTT-7482] [MTT-7578] [MTT-7579] [MTT-7580] [MTT-7581] (#2762)
Show description for 39d0a2e
ShadauxCat
authored
39d0a2e
View commit details
Copy full SHA for 39d0a2e
Browse repository at this point
Commits on Nov 22, 2023
fix: Bumped minimum Unity version supported to 2021.3 LTS (#2632)
Show description for 436bd45
fluong6
authored
436bd45
View commit details
Copy full SHA for 436bd45
Browse repository at this point
fix: NetworkObjectOnNetworkDespawnTests invalid wait (#2771)
Show description for 6b611e7
NoelStephensUnity
authored
6b611e7
View commit details
Copy full SHA for 6b611e7
Browse repository at this point
Commits on Nov 20, 2023
fix: Protect against error spams if connection state is messed up (#2770)
simon-lemay-unity
authored
a2c6f7d
View commit details
Copy full SHA for a2c6f7d
Browse repository at this point
fix: Missing comma when UTP_TRANSPORT_2_0_ABOVE defined (#2769)
Show description for ccd660d
NoelStephensUnity
authored
ccd660d
View commit details
Copy full SHA for ccd660d
Browse repository at this point
Commits on Nov 17, 2023
perf: Adjust maximum reliable resend timeout in UTP (#2766)
Show description for 3506700
simon-lemay-unity
authored
3506700
View commit details
Copy full SHA for 3506700
Browse repository at this point
Commits on Nov 14, 2023
fix: CreateObjectMessage created NetworkObjects can get destroyed during client synchronization [MTT-7539] (#2735)
Show description for 0f959eb
NoelStephensUnity
authored
0f959eb
View commit details
Copy full SHA for 0f959eb
Browse repository at this point
fix: Provide In-Editor Relay Connection Testing Capabilities [MTT-7718] (#2740)
Show description for dc8bbc4
TiphaineRousseauU
and
NoelStephensUnity
authored
dc8bbc4
View commit details
Copy full SHA for dc8bbc4
Browse repository at this point
fix: NetworkTransform dropped packets can cause interpolation stutter [MTT-7551] (#2713)
Show description for d099d64
NoelStephensUnity
authored
d099d64
View commit details
Copy full SHA for d099d64
Browse repository at this point
Commits on Nov 8, 2023
chore: Change code owner from server to workflows (#2607)
Show description for 6096fa9
johann-r-unity
and
chrispope
authored
6096fa9
View commit details
Copy full SHA for 6096fa9
Browse repository at this point
chore: Update README.md (#2758)
Show description for 069307e
chrispope
authored
069307e
View commit details
Copy full SHA for 069307e
Browse repository at this point
Commits on Nov 6, 2023
feat: Added command line option support for overriding the port (#2708)
Show description for e094911
samlucas-unity
and
NoelStephensUnity
authored
e094911
View commit details
Copy full SHA for e094911
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL