Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
todaystudy
/
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
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 11, 2021
fix: NetworkConfig checksum hash include TickRate (#1513)
Show description for e0ed62e
LukeStampfli
and
0xFA11
authored
e0ed62e
View commit details
Copy full SHA for e0ed62e
Browse repository at this point
fix: better error message when calling RPCs on `NetworkObject`s that haven't been spawned (#1521)
Show description for 5a7ccbd
ShadauxCat
and
0xFA11
authored
5a7ccbd
View commit details
Copy full SHA for 5a7ccbd
Browse repository at this point
Commits on Dec 9, 2021
fix: NetworkManager always sent to the DDOL and cannot be nested (#1484)
Show description for 5daa776
NoelStephensUnity
authored
5daa776
View commit details
Copy full SHA for 5daa776
Browse repository at this point
fix: (external PR#1419) Added clear to dictionary OverrideToNetworkPrefab in NetworkManager Initialize (#1519)
Show description for 946c2a0
0xFA11
and
jordruss
authored
946c2a0
View commit details
Copy full SHA for 946c2a0
Browse repository at this point
feat: Enable fragmentation for unreliable delivery (UTP) (#1512)
Show description for 2f82f9e
simon-lemay-unity
and
netcode-ci-service
authored
2f82f9e
View commit details
Copy full SHA for 2f82f9e
Browse repository at this point
feat: Queue extra packets in the adapter (#1491)
Show description for 5272b29
simon-lemay-unity
and
andrews-unity
authored
5272b29
View commit details
Copy full SHA for 5272b29
Browse repository at this point
chore: Updating UTP to pre.10 (#1501)
andrews-unity
authored
c611a90
View commit details
Copy full SHA for c611a90
Browse repository at this point
fix: Don't throw when shutting down a config-less manager (#1479)
Show description for ad96174
simon-lemay-unity
and
andrews-unity
authored
ad96174
View commit details
Copy full SHA for ad96174
Browse repository at this point
chore: copy `.editorconfig` under UTP adapter to apply C# coding standards rules (#1516)
0xFA11
authored
9ad9d3d
View commit details
Copy full SHA for 9ad9d3d
Browse repository at this point
fix: host NetworkManager.LocalClient not being set (#1511)
Show description for a5ad2af
NoelStephensUnity
authored
a5ad2af
View commit details
Copy full SHA for a5ad2af
Browse repository at this point
feat: Network Metrics Pipeline Stage exist when Multiplayer Tools is present (#1510)
Show description for 3e36a47
JS Fauteux
authored
3e36a47
View commit details
Copy full SHA for 3e36a47
Browse repository at this point
fix: disable respawned position test (#1518)
Show description for da6248c
NoelStephensUnity
authored
da6248c
View commit details
Copy full SHA for da6248c
Browse repository at this point
Commits on Dec 8, 2021
fix: #if-guard debug draw calls in `NetworkTransform` (#1496)
0xFA11
authored
a1f3cd7
View commit details
Copy full SHA for a1f3cd7
Browse repository at this point
test: checking that NetworkVariable values update correctly (#1506)
Show description for 825d8cb
jeffreyrainy
and
mattwalsh-unity
authored
825d8cb
View commit details
Copy full SHA for 825d8cb
Browse repository at this point
fix: network transform pooled objects reset (#1505)
Show description for 10d2c9a
NoelStephensUnity
authored
10d2c9a
View commit details
Copy full SHA for 10d2c9a
Browse repository at this point
fix: error when serializing ConnectionApprovalMessage with scene management disabled when one or more objects is hidden via the CheckObjectVisibility delegate (#1509)
Show description for 0b40c44
ShadauxCat
and
mattwalsh-unity
authored
0b40c44
View commit details
Copy full SHA for 0b40c44
Browse repository at this point
feat: Added WaitForMessageOfType to MultiInstanceHelpers (#1470)
ShadauxCat
authored
cc8e6e7
View commit details
Copy full SHA for cc8e6e7
Browse repository at this point
Commits on Dec 7, 2021
fix: Creating a zero-length FastBufferReader no longer reports its size as 1. (#1480)
Show description for fab576d
ShadauxCat
authored
fab576d
View commit details
Copy full SHA for fab576d
Browse repository at this point
fix: Disable using "Send" and "Receive" variants of RpcParams as RPC arguments. (#1483)
ShadauxCat
authored
1e57821
View commit details
Copy full SHA for 1e57821
Browse repository at this point
fix: Fixed an exception when EnsureNetworkVariableLengthSafety is enabled (#1487)
Show description for 59e8874
ShadauxCat
authored
59e8874
View commit details
Copy full SHA for 59e8874
Browse repository at this point
test: added test to confirm client ID on disconnect is correct (#1482)
ShadauxCat
authored
f8977a3
View commit details
Copy full SHA for f8977a3
Browse repository at this point
fix: remove ownership key not found exception (#1500)
Show description for 7ff7cf1
NoelStephensUnity
authored
7ff7cf1
View commit details
Copy full SHA for 7ff7cf1
Browse repository at this point
fix: moved node management from NetworkObject to InterestManager (#1507)
Show description for e23f5e2
mattwalsh-unity
authored
e23f5e2
View commit details
Copy full SHA for e23f5e2
Browse repository at this point
Commits on Dec 6, 2021
fix: avoid truncation errors when comparing string to fixed string (#1502)
becksebenius-unity
authored
8255f7e
View commit details
Copy full SHA for 8255f7e
Browse repository at this point
ci: dotnet-based `netcode.standards` to replace python-based `./standards.py` (#1497)
0xFA11
authored
01b5229
View commit details
Copy full SHA for 01b5229
Browse repository at this point
fix: Allow NetworkVariables containing more than 1300 bytes of data. (#1481)
ShadauxCat
authored
7816a3a
View commit details
Copy full SHA for 7816a3a
Browse repository at this point
Commits on Dec 3, 2021
test: Add assertion messages to NetworkBehaviourUpdaterTests (#1486)
Show description for a8d4dfd
3 people
authored
a8d4dfd
View commit details
Copy full SHA for a8d4dfd
Browse repository at this point
ci: guard/disable utp adapter tests on consoles (#1494)
0xFA11
authored
2c0cd89
View commit details
Copy full SHA for 2c0cd89
Browse repository at this point
feat: Exposition of INetworkMetrics to UTP Adapter via NetworkTransport (#1493)
JS Fauteux
authored
904dd2f
View commit details
Copy full SHA for 904dd2f
Browse repository at this point
Commits on Dec 2, 2021
feat!: interest system (#1394)
Show description for 3f395d4
mattwalsh-unity
and
andrews-unity
authored
3f395d4
View commit details
Copy full SHA for 3f395d4
Browse repository at this point
Commits on Dec 1, 2021
feat: networkscenemanager scenemanager interface override (#1405)
Show description for d61f000
4 people
authored
d61f000
View commit details
Copy full SHA for d61f000
Browse repository at this point
Commits on Nov 29, 2021
fix: Updating UTP to fix Analyzers compile issue in 20.3 (#1478)
andrews-unity
authored
c3ca7cb
View commit details
Copy full SHA for c3ca7cb
Browse repository at this point
fix: need to translate transportId to clientId before calling disconnect callback (#1477)
andrews-unity
authored
2fc0b48
View commit details
Copy full SHA for 2fc0b48
Browse repository at this point
Commits on Nov 25, 2021
refactor: reintroduce RPC-as-a-Middleware concept (#1473)
0xFA11
authored
4da3b97
View commit details
Copy full SHA for 4da3b97
Browse repository at this point
chore: fix `standards.py --fix` not fixing style (#1471)
ShadauxCat
authored
088a908
View commit details
Copy full SHA for 088a908
Browse repository at this point
Previous
Next
You can’t perform that action at this time.