From 5501c0ff6aa9c49001ef9daf029f0eb78874e310 Mon Sep 17 00:00:00 2001 From: lightings <17062401@qq.com> Date: Tue, 28 Mar 2023 14:51:24 +0800 Subject: [PATCH] ... --- .gitignore | 0 DemoUnity/.gitignore | 7 +++++++ DemoUnity/Assets/Scripts/LoginGUI.cs | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 DemoUnity/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/DemoUnity/.gitignore b/DemoUnity/.gitignore new file mode 100644 index 0000000..88b67e0 --- /dev/null +++ b/DemoUnity/.gitignore @@ -0,0 +1,7 @@ +Library/ +Logs/ +Temp/ +obj/ +.idea/ +*.csproj +*.sln \ No newline at end of file diff --git a/DemoUnity/Assets/Scripts/LoginGUI.cs b/DemoUnity/Assets/Scripts/LoginGUI.cs index a92ddcc..0f0dce9 100644 --- a/DemoUnity/Assets/Scripts/LoginGUI.cs +++ b/DemoUnity/Assets/Scripts/LoginGUI.cs @@ -124,7 +124,7 @@ public class LoginGUI : MonoBehaviour { public void Login() { - string host = "127.0.0.1"; + string host = "192.168.100.173"; int port = 3999; // if (pc != null) // {