A temporary fix for COM3D2 1.32(.1) to suppress a bug that tries to destroy a Transform instead of GameObject that owns it

ghorsington 09b3fc6236 Add readme 4 years ago
SuppressTransformDestroy.Managed 32cf55e66c initial commit 4 years ago
SuppressTransformDestroy.Patcher 32cf55e66c initial commit 4 years ago
.gitignore 32cf55e66c initial commit 4 years ago
README.md 09b3fc6236 Add readme 4 years ago
SuppressTransformDestroy.Patcher.sln 32cf55e66c initial commit 4 years ago

README.md

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. Extract into Sybaris folder.