blowfishpro / B9PartSwitch

A Kerbal Space Program plugin designed to implement switching of part meshes, resources, and nodes
GNU Lesser General Public License v3.0
50 stars 33 forks source link

Texture Switching issues again #174

Closed blowfishpro closed 4 years ago

blowfishpro commented 4 years ago

As of 021c58e06958862c6568c705bc2c4b28b9667d03 the active subtype on the original part creates a new texture instance. Unfortunately the other subtypes' inactive texture switchers don't know about this so they keep trying to change the old one.

Should probably just switch to using material property blocks.