A temporary fix for COM3D2 1.32(.1) to suppress a bug that tries to destroy a Transform instead of GameObject that owns it
|
|
il y a 6 ans | |
|---|---|---|
| SuppressTransformDestroy.Managed | il y a 6 ans | |
| SuppressTransformDestroy.Patcher | il y a 6 ans | |
| .gitignore | il y a 6 ans | |
| README.md | il y a 6 ans | |
| SuppressTransformDestroy.Patcher.sln | il y a 6 ans |
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.