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 }}
SirHall
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
MLAPI
MLAPI
NetworkingManagerComponents
Binary
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2018
Support for BitWritter/BitReader to send GameObject, NetworkedObject and NetworkedBehaviour types.
jaglitegrann
committed
ceff72e
View commit details
Copy full SHA for ceff72e
View code at this point
Browse repository at this point
Update BitReader.cs
TwoTenPvP
authored
ce4ffbd
View commit details
Copy full SHA for ce4ffbd
View code at this point
Browse repository at this point
Fix read bug where stringbuilder object is returned instead of string. Fix bug where check for if type is a IBitWritable failed.
jaglitegrann
committed
94f1241
View commit details
Copy full SHA for 94f1241
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Removed unneccecary BitStream constructor and fixed CanRead behaviour
TwoTenPvP
committed
336bed4
View commit details
Copy full SHA for 336bed4
View code at this point
Browse repository at this point
Fixed CanRead property in BitStream
TwoTenPvP
committed
7a41865
View commit details
Copy full SHA for 7a41865
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
Change custom BitWriter/BitReader types to use streams instead.
jaglitegrann
committed
928a30a
View commit details
Copy full SHA for 928a30a
View code at this point
Browse repository at this point
Make IBitWritable interface public.
jaglitegrann
committed
d39cc7d
View commit details
Copy full SHA for d39cc7d
View code at this point
Browse repository at this point
Merge branch 'master' into feat/custom-bitwriter-types
TwoTenPvP
authored
54ffa00
View commit details
Copy full SHA for 54ffa00
View code at this point
Browse repository at this point
add support for enum types in BitWriter/BitReader
jaglitegrann
committed
f31b3ec
View commit details
Copy full SHA for f31b3ec
View code at this point
Browse repository at this point
fix code style.
jaglitegrann
committed
01415d9
View commit details
Copy full SHA for 01415d9
View code at this point
Browse repository at this point
Add possibility to make simple custom types that can be handled by the BitWriter/BitReader.
Show description for f735c0f
jaglitegrann
committed
f735c0f
View commit details
Copy full SHA for f735c0f
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
Added overflow and dispose checks to ResourcePool
TwoTenPvP
committed
bf0e71b
View commit details
Copy full SHA for bf0e71b
View code at this point
Browse repository at this point
Commits on Jul 26, 2018
Added pooled BitWriter & BitReader
TwoTenPvP
committed
74b9af8
View commit details
Copy full SHA for 74b9af8
View code at this point
Browse repository at this point
Fixed bugs & prototype components
Show description for 19afa41
TwoTenPvP
committed
19afa41
View commit details
Copy full SHA for 19afa41
View code at this point
Browse repository at this point
Commits on Jul 25, 2018
Added XML warning ignores for BitReader
TwoTenPvP
committed
fdfe9af
View commit details
Copy full SHA for fdfe9af
View code at this point
Browse repository at this point
Added Bit error handling to BitWriter & BitReader
TwoTenPvP
committed
692c290
View commit details
Copy full SHA for 692c290
View code at this point
Browse repository at this point
Fixed potential CopyFrom issue when using non BitStream streams
TwoTenPvP
committed
ce64b61
View commit details
Copy full SHA for ce64b61
View code at this point
Browse repository at this point
Improved class namespaces
TwoTenPvP
committed
002948a
View commit details
Copy full SHA for 002948a
View code at this point
Browse repository at this point
Added XML comments & cleaned API
TwoTenPvP
committed
99cdaec
View commit details
Copy full SHA for 99cdaec
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
Added bit padding
TwoTenPvP
committed
a22f534
View commit details
Copy full SHA for a22f534
View code at this point
Browse repository at this point
Removed unused files and fixed compilation for solution
TwoTenPvP
committed
9e2e2a3
View commit details
Copy full SHA for 9e2e2a3
View code at this point
Browse repository at this point
Began replacing BitWriter & Reader with Streams
TwoTenPvP
committed
5c5eba3
View commit details
Copy full SHA for 5c5eba3
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
Removed BitWriter & BitWriter Deprecated References
TwoTenPvP
committed
67eb0ef
View commit details
Copy full SHA for 67eb0ef
View code at this point
Browse repository at this point
Commits on Jul 13, 2018
Other changes?
Show description for d1f5f33
GabrielTofvesson
committed
d1f5f33
View commit details
Copy full SHA for d1f5f33
View code at this point
Browse repository at this point
Merged and fixed stuff :)
GabrielTofvesson
committed
e0e32c8
View commit details
Copy full SHA for e0e32c8
View code at this point
Browse repository at this point
Refactored BitWriter to BitWriterDeprecated
Show description for 7a39f3a
GabrielTofvesson
committed
7a39f3a
View commit details
Copy full SHA for 7a39f3a
View code at this point
Browse repository at this point
Moved code out of BitStream
Show description for a2fd752
GabrielTofvesson
committed
a2fd752
View commit details
Copy full SHA for a2fd752
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Removed SyncedVar & Observer system
TwoTenPvP
committed
b300c11
View commit details
Copy full SHA for b300c11
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
Fixed generic write for signed values
TwoTenPvP
committed
48cb97c
View commit details
Copy full SHA for 48cb97c
View code at this point
Browse repository at this point
Added boxing write & reads for generics
TwoTenPvP
committed
cb8f10e
View commit details
Copy full SHA for cb8f10e
View code at this point
Browse repository at this point
Commits on Jul 4, 2018
Merge branch 'moretests'
GabrielTofvesson
committed
8fffd5d
View commit details
Copy full SHA for 8fffd5d
View code at this point
Browse repository at this point
Added and write Strings to BitStream
Show description for 6542585
GabrielTofvesson
committed
6542585
View commit details
Copy full SHA for 6542585
View code at this point
Browse repository at this point
Commits on Jul 2, 2018
Merge pull request #90 from paulpach/moretests
Show description for c71fd91
GabrielTofvesson
authored
c71fd91
View commit details
Copy full SHA for c71fd91
View code at this point
Browse repository at this point
Fixed array writing to stream
Show description for 5ce43ae
GabrielTofvesson
committed
5ce43ae
View commit details
Copy full SHA for 5ce43ae
View code at this point
Browse repository at this point
Commits on Jun 29, 2018
Merge pull request #92 from paulpach/ceil
Show description for 6acc618
GabrielTofvesson
authored
6acc618
View commit details
Copy full SHA for 6acc618
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.