Text mesh pro UGUI shadow component.

Hello, is there alternative to unity “Shadow” and “Outline” component in TMP? I need to use single TextMeshProUGUI with shadow and outline. In Unity Text component i would simple add Shadow and Outline component, in TMP I don’t see any of this.

Visual FX like outline and shadow is done via material properties by creating and using a Material Preset.

Take a look at the example included with TMP in the TMP Examples & Extras. Also take a look at the Material Preset menu option when using the included LiberationSans SDF font asset which includes several presets.

Also take a look at the following video which explains how to Create and Work with Material Presets.