Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,061 contributions in the last year
Contribution activity
September 2020
Created a pull request in vis2k/Mirror that received 6 comments
fix: adding no weaver command line argument to disable weaver
Adding -no-weave as a command line argument to disable weaver.
fixes: #1319
Can be tested with the following code and arguments:
Without the -no-weave
+22
−0
•
6
comments
- Adding classes to create collection writers
- weaver: moving WeaverLists functions to WeaverLists
- weaver: moving InvokeRpcPrefix to WeaverConstants
- fix: removing empty update from transport
- feat: adding function to server when visibility changes for a connection
- Removing websockets from mirror repo
- Update NetworkServerTest.cs
- fix: fixed sender connection in commands for il2cpp
- Docs tcp vs udp
- moving favicon to templates
- remoivng sub folder from templates
- renaming user guides to Community guides
- Update ClientScene.cs
- Restructure docs
- breaking: Making NetworkServer only loop over dirty Identities instead of all Identities each frame.
- fix: removing NoConnections from server update so that SyncList changes are flushed
- docs: adding debug notes on list server
- flip equals to return early
- pref: increasing performance when Send is called on no observers
- adding doc comment
- fix: Fixing IndexChanged hook not being called for NetworkRoomPlayer
- fix: making sure CallOnClientExitRoom is called when object is disabled/destroyed
- fix: fixing NullReferenceException when loading scene
- Adding user guide mirror quick start guide
- updating docfx.json
- Some pull requests not shown.
- feat: Support recursive data types
- feat: support null when serializing classes
- weaver: moving InvokeRpcPrefix to WeaverConstants
- feat: adding function to server when visibility changes for a connection
- perf(weaver): No need to load mirror and unity assemblies
- Enhance code readability by using extension method
- avoid global lookup of system types
- fix: fixing NullReferenceException when loading scene
- Remove ScriptTemplates to clean up folder