# OVER\_ArLight

The **OVER\_ArLight** preset creates a Light in Unity with the **OverArLight** script automatically attached.\
This script designates the light as an **AR Light** , and its intensity is automatically managed to ensure a more realistic and consistent AR lighting experience.

<figure><img src="/files/Zh8nCUvwB5ZYu48YXagf" alt="" width="276"><figcaption></figcaption></figure>

**Behavior of AR Lights in the OVER App**

The **AR Lights** used in the OVER application behave differently from manually created custom lights. These lights dynamically simulate the color and intensity of natural light in the real-world environment where the user is experiencing the AR session.

When an experience is loaded using the **AR Light** feature, the associated light adjusts automatically based on the user's surrounding environment. This ensures that the virtual lighting always harmonizes with the real-world lighting, enhancing the immersion and visual quality of the AR experience.

<div><figure><img src="/files/qvKhBJMe6qviISJAkKIq" alt=""><figcaption><p>Low Light scene</p></figcaption></figure> <figure><img src="/files/8oHQbNT6DFZnXRtKgXPi" alt=""><figcaption><p>Bright scene</p></figcaption></figure></div>


---

# 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://docs.overthereality.ai/over-sdk-manual/sdk-window/presets/over_arlight.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.
