Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 817b83b

Browse files
Fix: Resolve an exception when restarting Netick after Network.ShutdownImmediately
1 parent c22326e commit 817b83b

File tree

8 files changed

+10
-2
lines changed

8 files changed

+10
-2
lines changed

‎Netick/Editor/Netick.CodeGen.dll‎

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

‎Netick/Runtime/Netick.Unity.dll‎

512 Bytes
Binary file not shown.

‎Netick/Runtime/Netick.dll‎

512 Bytes
Binary file not shown.

‎Samples.meta‎

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Samples~/Bomberman/Scripts/BombermanEventsHandler.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class BombermanEventsHandler : NetworkBehaviour
1414

1515
public override void NetworkAwake()
1616
{
17-
Sandbox.Events.OnInputRead += OnInput;
17+
Sandbox.Events.OnInput += OnInput;
1818
Sandbox.Events.OnConnectRequest += OnConnectRequest;
1919
Sandbox.Events.OnPlayerJoined += OnPlayerJoined;
2020
Sandbox.Events.OnPlayerLeft += OnPlayerLeft;

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.karrar.netick",
3-
"version": "0.14.61",
3+
"version": "0.14.62",
44
"displayName": "Netick",
55
"description": "A networking solution for Unity",
66
"unity": "2021.3",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /