You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,14 @@ This GIF shows that unity can detect keys entered into TextEdit.
22
22
* macOS 12+ (Apple Silicon and Intel)
23
23
24
24
# Installation
25
-
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.
25
+
## Unity Pakcage Manager (UPM)
26
+
Select "Add package form git URL" in the Unity Package Manager and enter the following path.
Copy and paste [Examples/UnityAppEventMonitor/Assets/Plugins/AppEventMonitor](Examples/UnityAppEventMonitor/Assets/Plugins/AppEventMonitor) into your Unity project.
31
+
32
+
## Accessibility
26
33
To allow monitoring of keyboard input in the background, you need to add Unity to Accessibility.
27
34
Open `System Preferences` > `Security & Privacy` > `Privacy` > `Accessibility` and add `Unity.app`.
0 commit comments