From 417e194c1e5cafe5f982ff677ac5d2bf491cac2e Mon Sep 17 00:00:00 2001 From: Marco Hoffmann Date: Tue, 5 Jul 2022 13:11:10 +0200 Subject: [PATCH] Mirror up --- FizzyFacepunch.cs | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FizzyFacepunch.cs b/FizzyFacepunch.cs index b21be1b..60ae032 100644 --- a/FizzyFacepunch.cs +++ b/FizzyFacepunch.cs @@ -292,7 +292,7 @@ private bool InitialiseSteamworks(uint appid) } catch ( Exception e ) { - Debug.LogError("Could be one of the following: Steam is closed, Can't find steam_api dlls or Don't have permission to open appid"); + Debug.LogError($"Could be one of the following: Steam is closed, Can't find steam_api dlls or Don't have permission to open appid. Exception: {e.Message}"); return false; } return true; diff --git a/README.md b/README.md index 4329b6e..99332dd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Both of these projects need to be installed and working before you can use this ## Setting Up -1. Install Mirror **(Requires Mirror 53.0+)** from the official repo **[Download Mirror](https://github.com/vis2k/Mirror/releases)**. +1. Install Mirror **(Requires Mirror 66.0+)** from the official repo **[Download Mirror](https://github.com/vis2k/Mirror/releases)**. 2. Install FizzyFacepunch **[unitypackage](https://github.com/Chykary/FizzyFacepunch/releases)** from the release section. 3. In your **"NetworkManager"** object replace **"Telepathy/KCP"** script with **"FizzyFacepunch"** script. 4. Enter your Steam App ID in the **"FizzyFacepunch"** script.