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 }}
ivanleo
/
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 Jun 13, 2022
chore: add 2022.2 into the testing matrix (#2012)
ashwinimurt
authored
399ab96
View commit details
Copy full SHA for 399ab96
Browse repository at this point
Commits on Jun 10, 2022
fix: observers not being cleared on despawning NetworkObject (#2009)
NoelStephensUnity
authored
352db12
View commit details
Copy full SHA for 352db12
Browse repository at this point
Commits on Jun 9, 2022
chore: Add .buginfo [skip ci] (#2008)
Show description for 1c4f3ef
ashwinimurt
authored
1c4f3ef
View commit details
Copy full SHA for 1c4f3ef
Browse repository at this point
fix: NetworkAnimator does not work using the server authoritative model [MTT-3745] (#2003)
NoelStephensUnity
authored
d23f93d
View commit details
Copy full SHA for d23f93d
Browse repository at this point
feat: Allow passing an allocator for FastBufferReader's internal handle when using Allocator.None [MTT-3534] (#1966)
Cosmin-B
authored
a0b6aa1
View commit details
Copy full SHA for a0b6aa1
Browse repository at this point
fix: soft synchronization error occurs on late-joining client when an in-scene placed NetworkObject has been parented to another dynamically spawned NetworkObject [MTT-3615] (#1985)
NoelStephensUnity
authored
c0c6b02
View commit details
Copy full SHA for c0c6b02
Browse repository at this point
style: fixing spelling issue `OnIsServerAuthoritatitive()` -> `OnIsServerAuthoritative` (#2006)
NoelStephensUnity
authored
79ab5b6
View commit details
Copy full SHA for 79ab5b6
Browse repository at this point
Commits on Jun 8, 2022
fix: Packet loss now returns the value of the current frame instead of connection lifetime (#2004)
JS Fauteux
authored
7f5dc1c
View commit details
Copy full SHA for 7f5dc1c
Browse repository at this point
fix: NetcodeIntegrationTest remove extra OnNewClientCreated call (#2005)
NoelStephensUnity
authored
6d7c00e
View commit details
Copy full SHA for 6d7c00e
Browse repository at this point
Commits on Jun 7, 2022
chore: update `testproject/.gitignore`
0xFA11
committed
9199f82
View commit details
Copy full SHA for 9199f82
Browse repository at this point
refactor!: connection approval (#2002)
jeffreyrainy
authored
55c1e62
View commit details
Copy full SHA for 55c1e62
Browse repository at this point
fix: mono cecil compatibility and UNET removal fixes for 2022.2.0a13 and above (#2000)
ShadauxCat
authored
fd816c5
View commit details
Copy full SHA for fd816c5
Browse repository at this point
Commits on Jun 6, 2022
fix: update api xmldoc for SendNamedMessage [skip ci] (#2001)
ashwinimurt
authored
472d51b
View commit details
Copy full SHA for 472d51b
Browse repository at this point
fix: NetworkSceneManager Data Pool Test failures on console - switch (#1986)
NoelStephensUnity
authored
fef6b19
View commit details
Copy full SHA for fef6b19
Browse repository at this point
fix: Fixed enum networkvariables throwing exceptions (#1999)
ShadauxCat
authored
98d190e
View commit details
Copy full SHA for 98d190e
Browse repository at this point
Commits on May 27, 2022
fix: Removing useless drawline from NetworkTransform that shouldn't have ended up here for so long (#1988)
SamuelBellomo
authored
9f950ce
View commit details
Copy full SHA for 9f950ce
Browse repository at this point
Commits on May 25, 2022
test: remote config support for multiprocesstestscene (#1931)
Show description for 5e76d8e
zain-mecklai
and
NoelStephensUnity
authored
5e76d8e
View commit details
Copy full SHA for 5e76d8e
Browse repository at this point
fix: remove ilpp for network variable [MTT-3438] (#1976)
Show description for ae28805
ShadauxCat
and
0xFA11
authored
ae28805
View commit details
Copy full SHA for ae28805
Browse repository at this point
fix: OnSceneEvent should raise Unload events for all scenes not just additive scenes [MTT-3580] (#1975)
Show description for 71b76e7
NoelStephensUnity
authored
71b76e7
View commit details
Copy full SHA for 71b76e7
Browse repository at this point
fix: NetworkAnimator does not update animator's parameters unless the animator's layer changes [MTT-3492] (#1946)
Show description for 39a2448
NoelStephensUnity
authored
39a2448
View commit details
Copy full SHA for 39a2448
Browse repository at this point
fix: NetworkBehaviourReference throws type case exception when using TryGet [NCCBUG-167] (#1984)
Show description for b9946cd
NoelStephensUnity
authored
b9946cd
View commit details
Copy full SHA for b9946cd
Browse repository at this point
Commits on May 23, 2022
fix: LoadEventCompleted scene event not invoked when a client disconnects before finishing loading a scene [MTT-3396] (#1973)
Show description for 75c646a
NoelStephensUnity
and
LPLafontaineB
authored
75c646a
View commit details
Copy full SHA for 75c646a
Browse repository at this point
Commits on May 20, 2022
chore: making NetworkTransform's interpolation bounds configurable. (#1979)
Show description for 8a109fa
jeffreyrainy
authored
8a109fa
View commit details
Copy full SHA for 8a109fa
Browse repository at this point
Commits on May 19, 2022
test: Nested NetworkObjects in prefabs throws a warning [MTT-2976] (#1969)
Show description for a4edf18
TwoTenPvP
and
0xFA11
authored
a4edf18
View commit details
Copy full SHA for a4edf18
Browse repository at this point
Commits on May 18, 2022
feat: Add "RemoveNetworkPrefab" which is necessary for certain addressables implementations (#1950)
Show description for e58355d
ShadauxCat
and
0xFA11
authored
e58355d
View commit details
Copy full SHA for e58355d
Browse repository at this point
fix: restore native fixed string support (#1961)
Show description for 7b7ab49
ShadauxCat
authored
7b7ab49
View commit details
Copy full SHA for 7b7ab49
Browse repository at this point
Commits on May 17, 2022
fix: NetworkSceneManager add do not load during callback note in xml documentation [MTT-3495] (#1974)
Show description for c09a3de
NoelStephensUnity
and
0xFA11
authored
c09a3de
View commit details
Copy full SHA for c09a3de
Browse repository at this point
fix: preventing issues with game code registering multiple `ConnectionApprovalCallback`s [MTT-3496] (#1972)
Show description for eaf781e
jeffreyrainy
and
0xFA11
authored
eaf781e
View commit details
Copy full SHA for eaf781e
Browse repository at this point
Commits on May 11, 2022
feat: Addressables tests (#1895)
ShadauxCat
authored
6d54e28
View commit details
Copy full SHA for 6d54e28
Browse repository at this point
fix: DestroyGameObject message changes updated for NetworkObject.NetworkHide - MTT-3552 (#1960)
Show description for 3b853e0
NoelStephensUnity
authored
3b853e0
View commit details
Copy full SHA for 3b853e0
Browse repository at this point
Commits on May 10, 2022
chore: Bump package version to pre.9 (#1957)
ashwinimurt
authored
d078654
View commit details
Copy full SHA for d078654
Browse repository at this point
chore: Add Standalone Tests for IL2CPP backend (#1923)
ashwinimurt
authored
b42ea68
View commit details
Copy full SHA for b42ea68
Browse repository at this point
fix: Endless warning dialogs when NetworkBehaviour is added to NetworkManager - MTT-3252 (#1947)
Show description for d949e99
NoelStephensUnity
and
netcode-ci-service
authored
d949e99
View commit details
Copy full SHA for d949e99
Browse repository at this point
Commits on May 9, 2022
fix: Fixed compile failure when compiled against com.unity.nuget.mono-cecil >= 1.11.4 (#1920)
Show description for 9a8cb26
ShadauxCat
authored
9a8cb26
View commit details
Copy full SHA for 9a8cb26
Browse repository at this point
fix: NetworkSceneManager does not synchronize despawned in-scene placed NetworkObjects [MTT-2924] (#1898)
Show description for b712d1c
NoelStephensUnity
authored
b712d1c
View commit details
Copy full SHA for b712d1c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.