# useLightProbesByDefault

> Gets and sets a boolean to enable light probe lighting for the imported SpeedTree model.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public bool useLightProbesByDefault { get; set; }
```

### Remarks

To change this setting for a specific LOD, see [SpeedTreeImporter.useLightProbes](/engine/6000.3/script-reference/unityeditor/speedtreeimporter/uselightprobes.md) and [SpeedTreeImporter.enableSettingOverride](/engine/6000.3/script-reference/unityeditor/speedtreeimporter/enablesettingoverride.md).
