# Mouse Sensitivity

Control 3D navigation sensitivity during runtime with persistent settings.

{% hint style="info" %}
**New in Version 6.0.3**: Mouse Sensitivity control is available in the Settings window during Play Mode.
{% endhint %}

<figure><img src="https://260262196-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpYxFg97YnJX96UzNNTSd%2Fuploads%2Fgit-blob-d5047583733f3a07a1fe59d2c84475d3243cc71c%2Fmouse-sensitivity-settings.png?alt=media" alt="Mouse Sensitivity Settings Window"><figcaption><p>Settings window showing Mouse Sensitivity slider (0.1-3.0 range) during Play Mode</p></figcaption></figure>

## Overview

The Mouse Sensitivity feature allows users to adjust 3D navigation speed in real-time during Play Mode. Settings are automatically saved and restored across Unity sessions.

## Settings

* **Range**: 0.1 (very slow) to 3.0 (very fast)
* **Default**: 1.0 (normal sensitivity)
* **Access**: Settings window during Play Mode
* **Persistence**: Automatically saved using Unity PlayerPrefs

## Navigation Types Affected

* Camera rotation and orbiting
* Zoom controls (scroll wheel)
* Panning operations
* Touch navigation on mobile devices

## How to Use

1. Enter **Play Mode** in Unity
2. Open the **Settings** window from the runtime UI
3. Adjust the **Mouse Sensitivity** slider to your preference
4. Changes apply immediately
5. Settings persist automatically when exiting Play Mode

## Use Cases

* **Accessibility**: Accommodate different user preferences
* **Hardware Compatibility**: Adjust for different mouse types and DPI settings
* **Training Environments**: Provide comfortable navigation for new users
* **Demonstrations**: Quick sensitivity adjustment for different presentation scenarios
