# loadingPriority

> Sets the priority for request.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.iOS](/engine/6000.6/script-reference/unityengine/ios.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public float loadingPriority { get; set; }
```

### Remarks

Value range is \[0; 1] or greater than 1 to give the request special "urgent" status.

Equivalent to setting [NSBundleResourceRequest.loadingPriority](https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSBundleResourceRequest_Class/).
