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 | 6 years ago | |
|---|---|---|
| SuppressTransformDestroy.Managed | 6 years ago | |
| SuppressTransformDestroy.Patcher | 6 years ago | |
| .gitignore | 6 years ago | |
| README.md | 6 years ago | |
| SuppressTransformDestroy.Patcher.sln | 6 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.