I have a plugin concept that would involve spawning in some Unity primitives, but I'd want them to be semi-transparent. I've messed around with some of the shaders (
(Alternatively, if anyone knows any plugins that use primitive shapes with applied transparency, let me know! Have only been able to find ones like SimSheetGrabber that use basic opaque ones.)
TransparentGlossNMNoCullSeparateAlpha, I believe) that are used on built-in models but haven't been able to then adjust the alpha values, they always stay opaque, even when just reapplying the material to the VaM sphere atom. Is there anything that would keep the shader from being properly applied to a mesh through script, or any kind of special setup VaM does for its transparent materials that I'd be missing? (Seems like most if not all of the vamifier plugins omit transparent materials when they're applied, which makes me think it's a bit more complicated than what Unity does at a base level.)(Alternatively, if anyone knows any plugins that use primitive shapes with applied transparency, let me know! Have only been able to find ones like SimSheetGrabber that use basic opaque ones.)