소스 검색

Add readme

ghorsington 5 년 전
부모
커밋
09b3fc6236
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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.