# NVUnityPlugin

> Provides methods to manage loading and unloading NVIDIA module plugins.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.NVIDIA](/engine/6000.7/script-reference/unityengine/nvidia.md)
* **Assembly:** UnityEngine.NVIDIAModule

```csharp
public static class NVUnityPlugin
```

## Static Methods

| Method                                                                                   | Description                                                                                        |
| ---------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [IsLoaded](/engine/6000.7/script-reference/unityengine/nvidia/nvunityplugin/isloaded.md) | Checks whether the native plugin NVUnityPlugin in the NVIDIA native module has been loaded or not. |
| [Load](/engine/6000.7/script-reference/unityengine/nvidia/nvunityplugin/load.md)         | Attempts to dynamically load the plugin NVUnityPlugin.                                             |
