Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziki authored Jan 17, 2023
1 parent 61c7b93 commit 6c32b2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ This GIF shows that unity can detect keys entered into TextEdit.
* macOS 12+ (Apple Silicon and Intel)

# Installation
Download [AppEventMonitor.unitypakcage](https://github.com/fuziki/UnityAppEventMonitor/releases/download/0.1.0/AppEventMonitor.unitypackage) from the release page and install it in your project.
## Unity Pakcage Manager (UPM)
Select "Add package form git URL" in the Unity Package Manager and enter the following path.
[https://github.com/fuziki/UnityAppEventMonitor.git?path=Examples/UnityAppEventMonitor/Assets/Plugins/AppEventMonitor](https://github.com/fuziki/UnityAppEventMonitor.git?path=Examples/UnityAppEventMonitor/Assets/Plugins/AppEventMonitor)

## Copy Source
Copy and paste [Examples/UnityAppEventMonitor/Assets/Plugins/AppEventMonitor](Examples/UnityAppEventMonitor/Assets/Plugins/AppEventMonitor) into your Unity project.

## Accessibility
To allow monitoring of keyboard input in the background, you need to add Unity to Accessibility.
Open `System Preferences` > `Security & Privacy` > `Privacy` > `Accessibility` and add `Unity.app`.
(And `Unity Hub.app` if you use)
Expand Down

0 comments on commit 6c32b2b

Please sign in to comment.