Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Update README.md #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ For a comprehensive tutorial, Check-out the complete turorial on [master](https:
You can check out this sample project [here](https://github.com/GrimReio/OpenIAB-sample-game).

##How to build plugin
Plugin build view [Gradle][2]. You no need to download binary package of gradle tools, only requirements
is installed JDK version 1.6 or great and setup JAVA_HOME environment variable.<br>
Plugin build view [Gradle][2]. You don't need to download binary package of gradle tools, only requirements
are installed JDK version 1.6 or great and setup JAVA_HOME environment variable.<br>
<br>
Before build plugin you must: <br>
Before building plugin you must: <br>
1. Install [Unity][1], start it and accept license agreement.
2. Unity must be closed while build is running.

For build project you must run from terminal in `unity_plugin` directory of project<br>
For building project you must run from terminal in `unity_plugin` directory of project<br>
```groovy
../gradlew clean buildPlugin
```
Expand All @@ -50,7 +50,7 @@ On Windows run<br>
..\gradlew.bat clean buildPlugin
```

If build was successfully, you can find output unitypackage file in directory<br>
If build was successfull, you can find output unitypackage file in directory<br>

`unity_plugin/build/outputs`

Expand Down