Browse Source

Add readme

ghorsington 4 years ago
parent
commit
09b3fc6236
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+# SuppressTransformDestroy
+
+COM3D2 1.32 introduced a small bug in which the game would try to incorrectly destroy a `Transform` object.  
+The bug causes massive error spams, and likely has a potential to cause memory leaks, as the correct objects are not destroyed.
+
+This is a fix to the error untill KISS fixes the problem.
+
+## How to install
+
+Download the [latest release](https://git.coder.horse/ghorsington/SuppressTransformDestroy/releases). Extract into `Sybaris` folder.