KSPModdingLibs / KSPCommunityFixes

Community patches for bugs in the KSP codebase
49 stars 17 forks source link

ModuleDeployablePart doesn't destroy skinned mesh objects on break #239

Open Rodg88 opened 1 month ago

Rodg88 commented 1 month ago

Defining skinned mesh objects in destroyOnBreakObjects in ModuleDeployableSolarPanel / ModuleDeployableRadiator etc doesn't actually remove the specified objects on break. Restock even has a custom module to work around this - "ModuleRestockDeployableMeshHider", but having the base module actually work might be a better solution.