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 }}
dizzy2003
/
MLAPI
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 8, 2020
docs: Update networkedvar.md (#356)
mattwalsh-unity
authored
6bb5131
View commit details
Copy full SHA for 6bb5131
Browse repository at this point
docs: Update connection-approval.md (#366)
Show description for 5f474e5
xackery
authored
5f474e5
View commit details
Copy full SHA for 5f474e5
Browse repository at this point
Merge pull request #375 from jdcook/feature/fix-clientrpc-warnings
Show description for 806b06d
TwoTenPvP
authored
806b06d
View commit details
Copy full SHA for 806b06d
Browse repository at this point
docs: Update messaging-system.md (#377)
Show description for 5f8e2f8
Mighty-Professional
authored
5f8e2f8
View commit details
Copy full SHA for 5f8e2f8
Browse repository at this point
docs: Add using declarations to initilization readme (#374)
Show description for a456d12
Mighty-Professional
authored
a456d12
View commit details
Copy full SHA for a456d12
Browse repository at this point
refactor: recieve -> receive (#364)
mattwalsh-unity
authored
7a38cd1
View commit details
Copy full SHA for 7a38cd1
Browse repository at this point
Merge pull request #376 from jdcook/feature/doc-updates
Show description for c70aaff
TwoTenPvP
authored
c70aaff
View commit details
Copy full SHA for c70aaff
Browse repository at this point
Commits on Oct 3, 2020
docs(CustomMessageManager): fixed typo in channel param docs
jdcook
committed
e32e801
View commit details
Copy full SHA for e32e801
Browse repository at this point
docs(connection-approval.md): added some extra info about prefab hashes
jdcook
committed
07e2a94
View commit details
Copy full SHA for 07e2a94
Browse repository at this point
docs: fixed some typos, added a couple of links
jdcook
committed
7f8f90d
View commit details
Copy full SHA for 7f8f90d
Browse repository at this point
fix(NetworkedBehaviour): fixed logging for ClientRPC methods
jdcook
committed
dc85526
View commit details
Copy full SHA for dc85526
Browse repository at this point
Commits on Sep 25, 2020
Merge pull request #371 from LukeStampfli/feature/fix-networkconfig
Show description for 2e5750c
TwoTenPvP
authored
2e5750c
View commit details
Copy full SHA for 2e5750c
Browse repository at this point
fix: NetworkConfig exclude registered scenes list from hash if scene managment is disabled
Show description for 3e7f96b
Luke Stampfli
committed
3e7f96b
View commit details
Copy full SHA for 3e7f96b
Browse repository at this point
Commits on Sep 9, 2020
docs: Update object-behaviour-relation.md (#361)
Show description for 65c9075
TwoTenPvP
authored
65c9075
View commit details
Copy full SHA for 65c9075
Browse repository at this point
Commits on Sep 8, 2020
fix: Fixed serialization problem in last versions binary
TwoTenPvP
committed
f4e8b0d
View commit details
Copy full SHA for f4e8b0d
Browse repository at this point
Commits on Sep 7, 2020
Update object-behaviour-relation.md
Show description for 77357a5
stuw-u
authored
77357a5
View commit details
Copy full SHA for 77357a5
Browse repository at this point
Commits on Sep 4, 2020
docs: Update gems
TwoTenPvP
committed
553edc4
View commit details
Copy full SHA for 553edc4
Browse repository at this point
fix: Fixed UnityEngine.Object null serialization
TwoTenPvP
committed
9e0d987
View commit details
Copy full SHA for 9e0d987
Browse repository at this point
fix: Fix null UnityEngine.Object serialization
TwoTenPvP
committed
88faf6b
View commit details
Copy full SHA for 88faf6b
Browse repository at this point
fix: Scene objects destroyed on server will now be destroyed on client
TwoTenPvP
committed
d9bd1ab
View commit details
Copy full SHA for d9bd1ab
Browse repository at this point
Commits on Aug 27, 2020
docs: Removed CLA requirement
TwoTenPvP
committed
2272e58
View commit details
Copy full SHA for 2272e58
Browse repository at this point
Commits on Aug 26, 2020
docs: Added CLA references
TwoTenPvP
committed
4a48381
View commit details
Copy full SHA for 4a48381
Browse repository at this point
perf: Fixed CustomMessage send scaling from O(n) to O(1) for n clients
TwoTenPvP
committed
293c3cc
View commit details
Copy full SHA for 293c3cc
Browse repository at this point
perf: Fixed NamedMessage send scaling from O(n) to O(1) for n clients
TwoTenPvP
committed
75dce33
View commit details
Copy full SHA for 75dce33
Browse repository at this point
perf: Fixed UnnamedMessage send scaling from O(n) to O(1) for n clients
TwoTenPvP
committed
671e313
View commit details
Copy full SHA for 671e313
Browse repository at this point
Merge pull request #357 from MidLevel/client-rpc-bulk
Show description for 967cbbf
TwoTenPvP
authored
967cbbf
View commit details
Copy full SHA for 967cbbf
Browse repository at this point
perf: Fixed delegate alloc on incoming message
TwoTenPvP
committed
1623065
View commit details
Copy full SHA for 1623065
Browse repository at this point
fix: Compilation problems
TwoTenPvP
committed
36d3090
View commit details
Copy full SHA for 36d3090
Browse repository at this point
perf: Bulk serialized client rpcs
TwoTenPvP
committed
8e31242
View commit details
Copy full SHA for 8e31242
Browse repository at this point
Commits on Aug 25, 2020
Merge pull request #355 from mattwalsh-unity/patch-1
Show description for 42e661f
TwoTenPvP
authored
42e661f
View commit details
Copy full SHA for 42e661f
Browse repository at this point
Update networkedvar.md
Show description for 352f3b7
mattwalsh-unity
authored
352f3b7
View commit details
Copy full SHA for 352f3b7
Browse repository at this point
feat: Added None loglevel to disable logging
TwoTenPvP
committed
aa61e4d
View commit details
Copy full SHA for aa61e4d
Browse repository at this point
Commits on Aug 4, 2020
feat: Added NetworkLog
Show description for 9854c6f
TwoTenPvP
committed
9854c6f
View commit details
Copy full SHA for 9854c6f
Browse repository at this point
Commits on Jul 30, 2020
Merge pull request #347 from gIsForGravity/patch-2
Show description for 2058555
TwoTenPvP
authored
2058555
View commit details
Copy full SHA for 2058555
Browse repository at this point
Fix a typo and clear up some confusing phrasing
gavinft
authored
08e1dea
View commit details
Copy full SHA for 08e1dea
Browse repository at this point
Previous
Next
You can’t perform that action at this time.