Skip to content

Commit 955901b

Browse files
committed
Removed the Assemblies section in Netick Settings. Now other assemblies are automatically detected.
1 parent ef4f988 commit 955901b

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

Netick/Editor/Netick.CodeGen.dll

0 Bytes
Binary file not shown.

Netick/Editor/Netick.Unity.Editor.dll

-1 KB
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.

Scripts/NetworkInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private void OnGUI()
3737
{
3838
if (Network.IsRunning)
3939
{
40-
if (Sandbox != null && Sandbox.IsConnected)
40+
if (Sandbox != null && Sandbox.IsConnected && Sandbox.IsVisible)
4141
{
4242
DrawText(0, "RTT", (Sandbox.RTT * 1000f).ToString(), "ms");
4343
DrawText(1, "In", Sandbox.InKBps.ToString(), "KB/s");

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.12.28",
3+
"version": "0.12.29",
44
"displayName": "Netick",
55
"description": "A networking solution for Unity",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)