Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Open the project manifest file under the Packages folder and add these lines to
```json
"dependencies": {
...
"com.loophouse.scriptable-states":"https://github.com/luisoliveiras/scriptable-states.git#v0.4.0",
"com.loophouse.scriptable-states":"https://github.com/luisoliveiras/scriptable-states.git#0.4.0",
...
}

```

##### On Unity 2019.3 and above:
Open the package manager on _**Window > Package Manager**_ and select the **+** button and click on the **Add package from git URL...** option and then add the ScriptableStates package link:
https://github.com/luisoliveiras/scriptable-states.git#v0.4.0
https://github.com/luisoliveiras/scriptable-states.git#0.4.0

_\* You can also add it from disk if you want, just follow the steps from 2018.4 install guide._\
_\** You can can choose another version of the tool by changing the end of the link (#v0.4.0) for the version you want. Versions under v0.4.0 have a dependency on the reorderable list package._
Expand Down