FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · NetickNetworking/NetickForUnity · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NetickNetworking
/
NetickForUnity
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
403
Code
Issues
1
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Aug 26, 2026
Feat: add deterministic fixed client tick lead for testing
karrarrahim
committed
d6e599b
View commit details
Copy full SHA for d6e599b
Browse repository at this point
Commits on Aug 14, 2026
Fix: changing the networked state of another network object inside `NetworkDestroy` during scene switches breaks replication for objects created after the scene switch
karrarrahim
committed
716af7c
View commit details
Copy full SHA for 716af7c
Browse repository at this point
Commits on Jul 22, 2026
Feat: add `AttachEventsListener` and `DetachEventsListener` to `NetworkSandbox`
karrarrahim
committed
5228170
View commit details
Copy full SHA for 5228170
Browse repository at this point
Commits on Jul 13, 2026
Fix: client input rejection at high ping & tickrate when FPS < tickrate
karrarrahim
committed
73cc288
View commit details
Copy full SHA for 73cc288
Browse repository at this point
Commits on Jun 28, 2026
Feat: enable `ensureSafety` by default in `[Networked]` attribute
karrarrahim
committed
0293ed9
View commit details
Copy full SHA for 0293ed9
Browse repository at this point
Commits on Jun 19, 2026
Fix: `NetworkString` off-by-one capacity loss
karrarrahim
committed
32503ac
View commit details
Copy full SHA for 32503ac
Browse repository at this point
Commits on Jun 7, 2026
Fix: internal bounds checking fixes
karrarrahim
committed
d56f208
View commit details
Copy full SHA for d56f208
Browse repository at this point
Commits on Jun 4, 2026
Fix: prevent OOB read/write in replay parsing from corrupted/malicious replay files
karrarrahim
committed
dbb8250
View commit details
Copy full SHA for dbb8250
Browse repository at this point
Commits on Jun 3, 2026
Fix: validate fragment size and index before packet reassembly
karrarrahim
committed
01e15b2
View commit details
Copy full SHA for 01e15b2
Browse repository at this point
Commits on Jun 2, 2026
Fix: error on `HitShapeContainer` when using IM
karrarrahim
committed
3cce4ac
View commit details
Copy full SHA for 3cce4ac
Browse repository at this point
Commits on Jun 1, 2026
Fix: internal bounds checking fixes
karrarrahim
committed
ff1cc3f
View commit details
Copy full SHA for ff1cc3f
Browse repository at this point
Fix: properly truncate networked strings that exceed buffer size
karrarrahim
committed
51b2626
View commit details
Copy full SHA for 51b2626
Browse repository at this point
Fix: add bounds checking for input indices
karrarrahim
committed
7fdf63b
View commit details
Copy full SHA for 7fdf63b
Browse repository at this point
Commits on May 31, 2026
Fix: throw `BadPacketException` when an unlinked entity does not exist in the client
karrarrahim
committed
b3467d8
View commit details
Copy full SHA for b3467d8
Browse repository at this point
Fix: duplicate entries in `NetworkDictionary`/`NetworkHashSet` when re-adding a removed key
karrarrahim
committed
46e494d
View commit details
Copy full SHA for 46e494d
Browse repository at this point
Fix: add defensive bounds checking for network collections
karrarrahim
committed
38a7b8c
View commit details
Copy full SHA for 38a7b8c
Browse repository at this point
Fix: memory safety issue related to`Entity`
karrarrahim
committed
49a7497
View commit details
Copy full SHA for 49a7497
Browse repository at this point
Fix: memory safety issues in `NetworkQueue`, `NetworkStack`, `NetworkUnorderedList`, and `Entity`
karrarrahim
committed
84527cf
View commit details
Copy full SHA for 84527cf
Browse repository at this point
Commits on May 28, 2026
Feat: update XML files
karrarrahim
committed
e0e9e93
View commit details
Copy full SHA for e0e9e93
Browse repository at this point
Feat: rewrite lag compensation (fixes, better performance, Capsule HitShape, SphereCast)
karrarrahim
committed
3ac03c1
View commit details
Copy full SHA for 3ac03c1
Browse repository at this point
Commits on May 21, 2026
Fix: revert lag comp alpha quantization removal
karrarrahim
committed
847deaf
View commit details
Copy full SHA for 847deaf
Browse repository at this point
Fix: stop passing empty input to the simulation on the tick or frame `NetworkSandbox.InputEnabled` is disabled
karrarrahim
committed
4142c77
View commit details
Copy full SHA for 4142c77
Browse repository at this point
Commits on May 12, 2026
Fix: avoid internal call to `PhysicsSceneExtensions2D.GetPhysicsScene2D` when physics type is none or 3D
karrarrahim
committed
c834d06
View commit details
Copy full SHA for c834d06
Browse repository at this point
Commits on Apr 15, 2026
Fix: `[Networked(relevancy: Relevancy.InputSource)]` properties may not sync correctly to a client after it becomes the object's input source
karrarrahim
committed
08013ed
View commit details
Copy full SHA for 08013ed
Browse repository at this point
Commits on Apr 10, 2026
Feat: add per-behaviour profiling for `NetworkUpdate`, `NetworkFixedUpdate`, and `NetworkRender`
karrarrahim
committed
74f1705
View commit details
Copy full SHA for 74f1705
Browse repository at this point
Commits on Apr 6, 2026
Fix: don't add `TrackedRigidbody3D`/`TrackedRigidbody2D` when `PhysicsPrediction` and `InterpolateLocalRigidbodies` are disabled
karrarrahim
committed
2bcab8b
View commit details
Copy full SHA for 2bcab8b
Browse repository at this point
Feat: hide network properties with `[HideInInspector]` attribute
karrarrahim
committed
ee1400f
View commit details
Copy full SHA for ee1400f
Browse repository at this point
Commits on Mar 25, 2026
Fix: issue with input duplication logic causing incorrect behaviour when inputs are duplicated
karrarrahim
committed
df555dd
View commit details
Copy full SHA for df555dd
Browse repository at this point
Commits on Mar 19, 2026
Feat: add `InterpolateLocalRigidbodies` setting for local (non-networked) rigidbodies
karrarrahim
committed
fa7cee7
View commit details
Copy full SHA for fa7cee7
Browse repository at this point
Commits on Mar 14, 2026
Feat: change`PhysicsSimulationStep` constructor from internal to public
karrarrahim
committed
d2e2a6c
View commit details
Copy full SHA for d2e2a6c
Browse repository at this point
Commits on Mar 10, 2026
Feat: add `[Serializable]` to `NetworkArrayStruct`
karrarrahim
committed
6f187ef
View commit details
Copy full SHA for 6f187ef
Browse repository at this point
Commits on Mar 5, 2026
Fix: remove `beta` in Netick settings window
karrarrahim
committed
b909fdd
View commit details
Copy full SHA for b909fdd
Browse repository at this point
Commits on Feb 28, 2026
Fix: syntax error in package.json
karrarrahim
committed
c02915a
View commit details
Copy full SHA for c02915a
Browse repository at this point
Feat: 1.0.0 release
karrarrahim
committed
7a77588
View commit details
Copy full SHA for 7a77588
Browse repository at this point
Commits on Feb 26, 2026
Merge pull request #18 from HIJIKIsw/fix/bomberman-sample-spawn-index
Show description for 7667ee8
karrarrahim
authored
7667ee8
View commit details
Copy full SHA for 7667ee8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL