Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/XJINE/Unity_HideCursorManager

Hide cursor while it keep stopping. If move, it will appears.
https://github.com/XJINE/Unity_HideCursorManager

assets unity

Last synced: 3 months ago
JSON representation

Hide cursor while it keep stopping. If move, it will appears.

Awesome Lists containing this project

README

        

# Unity_HideCursorManager

Hide cursor while it keep stopping. If move, it will appears.

## Import to Your Project

You can import this asset from UnityPackage.

- [HideCursorManager.unitypackage](https://github.com/XJINE/Unity_HideCursorManager/blob/master/HideCursorManager.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_SingletonMonoBehaviour](https://github.com/XJINE/Unity_SingletonMonoBehaviour)

## How to Use

There are 2 fields for settings.

| Field | Description |
|:-------------|:----------------------------------------------------------------|
| ShowAmountPx | If cursor moves more over than ``ShowAmoutPx``, it will appears.|
| HideTimeSec | If cursor keeps stopping for ``HideTimeSec``, it will hide. |