jQuery port to Unity3D
- Download the source file from the link above
- Add the file to your Unity proect:
Assets/Plugins/uQuery.js
- Start coding!
- For examples, tutorials and discussion visit: http://forum.unity3d.com/threads/157096-Weekend-project-jQuery-for-Unity-uQuery
Contributions are warmly welcome.
- Clone the repo
git clone https://github.com/jehna/uQuery.git
- Install Grunt (see official Grunt howto page)
- Run grunt in the project folder:
grunt
- This will build the source files to one single
build/uQuery.js
file. - Grunt will build automatically on any change to source files
- This will build the source files to one single
- Link the source to your Unity project:
ln -s /path/to/uquery/build/uQuery.js /path/to/unity/project/Assets/Plugins/uQuery.js
- Start hacking. Pull requests are warmly welcome!
You can find the current API documentation at the uQuery forum thread.