Removed Physics package dependency.

This commit is contained in:
2022-06-28 15:22:00 +02:00
parent d8bca26881
commit 16ce496f12
5 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
#if COM_UNITY_MODULES_PHYSICS
using System.Diagnostics;
using UnityEngine;
@@ -106,3 +107,4 @@ namespace Utils
}
}
}
#endif