# Limits

### Platform Size

There are file size limits on certain platforms. This applies to [Meta Spaces](https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/upload-a-space#what-is-a-meta-space) and [Meta Prefabs](https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/upload-a-prefab#what-is-a-meta-prefab).

| iOS    | WebGL  | Android | Android VR |
| ------ | ------ | ------- | ---------- |
| 150 MB | 150 MB | 250 MB  | 250 MB     |

{% hint style="warning" %}
All custom avatars must be below 10 MB.
{% endhint %}

### C# Scripting

Custom C# scripting is **not** supported. See [here](https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/custom-scripting) for more info.

### Rendering

Certain render pipelines are not supported. See [here](https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/render-pipelines) for more info.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://reach-cloud.gitbook.io/reach-explorer-documentation/metaverse-cloud-engine-sdk/unity-engine-sdk/limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
