Monica var mat = new StandardMaterial(); mat.renderMode = 5; mat.albedo = new Vector4(1,1,1,0.5); meshSprite3D.meshRender.sharedMaterials = mat;