void OnEnable() { TryRemoveMaskMaterial(); if (_mask) { _maskMaterial = UIMaskMaterial.Add(_material, _mask); _renderer.material = _maskMaterial; } }