From 7adbe8c26f2fcbbf5ae178cc3331fab23876c2f3 Mon Sep 17 00:00:00 2001 From: morse Date: Sat, 19 Oct 2019 14:05:06 +0300 Subject: [PATCH] KSP 1.8 --- PhysicsCalmer.cs | 2 +- PhysicsCalmer.csproj | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/PhysicsCalmer.cs b/PhysicsCalmer.cs index 177c789..7611cf4 100644 --- a/PhysicsCalmer.cs +++ b/PhysicsCalmer.cs @@ -52,7 +52,7 @@ private System.Collections.IEnumerator ResetPhysics () { CheatOptions.NoCrashDamage = crash; CheatOptions.UnbreakableJoints = joints; - Debug.Log ("[Physics Calmer] Returned cheat options to the original state: NoCrashDamage=" + crash.ToString () + " UnbreakableJoints=" + joints.ToString ()); + Debug.Log ($"[Physics Calmer] Returned cheat options to the original state: NoCrashDamage={crash} UnbreakableJoints={joints}"); } } } diff --git a/PhysicsCalmer.csproj b/PhysicsCalmer.csproj index e4e7be4..69e59dd 100644 --- a/PhysicsCalmer.csproj +++ b/PhysicsCalmer.csproj @@ -9,7 +9,7 @@ Properties PhysicsCalmer PhysicsCalmer - v3.5 + v4.7.1 512 @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + false none @@ -30,6 +31,7 @@ prompt 4 + false @@ -43,6 +45,9 @@ ..\Libs\UnityEngine.dll + + ..\Libs\UnityEngine.CoreModule.dll +