# IsPlaying(Object)

> This has the same functionality as Application.IsPlaying. At the moment, the Device Simulator doesn't support simulation of this method.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Device](/engine/6000.6/script-reference/unityengine/device.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool IsPlaying(Object obj)
```

### Parameters

**** (\[Object]\(/engine/6000.6/script-reference/unityengine/object)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |
