# OVER\_PlayerSimulator

The **OVER\_PlayerSimulator** replicates the camera view of a user interacting with your AR experience. It enables you to navigate through the virtual environment using simple keyboard controls, making it ideal for testing object placement, interactions, and overall scene functionality.

Key Features:

* **Keyboard Navigation** : Move around the scene using the **WASD keys** for forward, backward, left, and right movement.
* **Realistic Testing** : Simulates how users will interact with your AR experience in the real world.
* **No Hardware Required** : Test your project entirely within the Unity Editor, saving time and resources.

**How to Use OVER\_PlayerSimulator**

1. **Add the Component** :
   * Right-click in the Unity Hierarchy window.
   * Navigate to **OVER > OVER\_Asset > OVER\_PlayerSimulator** to add the simulator to your scene.
2. **Position the Simulator** :
   * Place the **OVER\_PlayerSimulator** at the desired starting location in your scene. This represents the user’s initial position in the AR environment.
3. **Enter Play Mode** :
   * Press the **Play** button in Unity to activate the simulator.
   * Use the following controls to navigate:
     * **W** : Move forward
     * **A** : Move left
     * **S** : Move backward
     * **D** : Move right
     * **Mouse** : Look around by clicking and dragging to rotate the camera.
4. **Test Your Experience** :
   * Walk through your AR scene to verify object placements, interactions, and visual elements.
   * Adjust your scene as needed based on the simulator’s feedback.


---

# 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/over_playersimulator.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.
