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 | 5 years ago | |
---|---|---|
SuppressTransformDestroy.Managed | 5 years ago | |
SuppressTransformDestroy.Patcher | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
SuppressTransformDestroy.Patcher.sln | 5 years ago |
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.
Download the latest release. Extract into Sybaris
folder.