This project demonstrates how to control running instance of Unity game using hand gestures.
I spent about 26 hours working on this project (including research and development).
Assets folder contains demo files (used in showcase), all logic is located in custom package.
- Unity instance runs WebSocket Server on port 7000 and receives messages from the client.
- In this implementation web-browser is used as a client. Client-side logic is implemented in separate repository.
- Browser tab should be visible (not minimized) in order to send messages via websocket.
- Game View should be active in order to dispatch events for UI Event System.
Implementation in other project (just for testing)
This package is licensed under the MIT License, see LICENSE for more information.