# UnityStreamingAssets

> The C# definition of the unityStreamingAssets. List of files that are provided as streaming assets and won't be compressed.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Android.Gradle](/engine/6000.5/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public Property<string> UnityStreamingAssets { get; }
```
