Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadcows authored Oct 19, 2019
1 parent 8754062 commit 81e764a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@ It is MyBox. Now it's yours too :raised_hands:<br />

--------

You may install MyBox by simply putting MyBox folder somewhere under your Assets folder.<br />
Or via <b>Unity Package Manager</b>:<br />
You may install MyBox via <b>Unity Package Manager</b>:<br />
Open Packages/manifest.json file in your project folder and put this line along with other dependencies<br />
<pre>"com.mybox": "https://github.com/Deadcows/MyBox.git"</pre>
Note how the comma lies at the end of every line in dependencies, except of the last line!

To update, use Tools->MyBox->Update window<br />
MyBox will notify on new versions 🤗

---

❕If you've got problems with update process simply remove "lock" section at the end of your Packages/manifest.json file.
This will force Unity to redownload all git packages:
![](https://habrastorage.org/webt/zz/39/gd/zz39gd953fyel_zlvmonde-psva.png)


...or simply put MyBox folder somewhere under your Assets folder 🤨<br />

--------

Tons of images below :point_down:
Expand All @@ -40,6 +44,7 @@ Tons of images below :point_down:

## [Tools and Features](https://github.com/Deadcows/MyBox/wiki/Tools-and-Features)
**[AssetPressetPreprocessor](https://github.com/Deadcows/MyBox/wiki/Tools-and-Features#assetpressetpreprocessor)** — Conditionally apply Presets to your assets on import<br />

**[TimeTest](https://github.com/Deadcows/MyBox/wiki/Tools-and-Features#timetest)** — Measure performance with simple api<br />
**[IPrepare](https://github.com/Deadcows/MyBox/wiki/Tools-and-Features#iprepare)** — Easy way to replace caching, calculations and asserts from playmode<br />
**[Features](https://github.com/Deadcows/MyBox/wiki/Tools-and-Features#cleanup-empty-directories-and-autosave-features-and-some-hotkeys)** — Cleanup Empty Directories, AutoSave feature, Hotkeys<br />
Expand Down

0 comments on commit 81e764a

Please sign in to comment.