Skip to content

Commit da63784

Browse files
Ian PhilipsIan Philips
authored andcommitted
2 parents 81072eb + e240a35 commit da63784

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ This is in `Beta` mode. It's been tested and works on the Oculus Go.
1111
## Usage
1212
Open the `GazePointerWebviewScene` and use your head to aim and the controller's trigger to click. Make sure the browser has pivot points set to (0.5,0.5) so click coordinates translate correctly to the Android's `WebView` coordinates.
1313

14+
If you want to input text, connect your Oculus via usb and use the command: `adb shell input text 'yourtexthere'`
15+
1416

1517
## Importing into your own project
16-
Copy `BrowserView.cs` and `UnityThread.cs` to your scripts directory, and `unitylibrary-debug.aar`([precompiled](https://github.com/IanPhilips/UnityAndroidVRBrowser/releases/)) to your Plugins/Android/ directory. You must set your Unity API version to 25 (in player settings).
18+
Copy `BrowserView.cs` and `UnityThread.cs` to your scripts directory, and `unitylibrary-debug.aar`([precompiled](https://github.com/IanPhilips/UnityAndroidVRBrowser/releases/)) to your Plugins/Android/ directory. Fill `BrowserView.cs`'s public fields appropriately. You must set your Unity API version to 25 (in player settings).
1719

1820

1921
## Notes

0 commit comments

Comments
 (0)