# SampleRenderDetector

Class in [Yarn.Unity.Samples](https://docs.yarnspinner.dev/api/csharp/yarn.unity.samples)

Inherits from `UnityEngine.MonoBehaviour`

## Summary

Detects if the render pipeline is different from the one the samples were created with, and warn you that things might look odd.

```csharp
public sealed class SampleRenderDetector : MonoBehaviour
```

## Remarks

This component only exists to be added into the Yarn Spinner sample scenes. You are safe to delete this.
