Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xelfia authored Sep 16, 2018
1 parent 034c9af commit 60a96c5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XELF.Hexelate.Shader
* XELF.Hexelate.Shader: Hexelation Shader is an image effect for Unity. Screen will be filtered by hexagonal grids.
* Tested with Unity 2018.2.7f1
* Tested with Unity `2018.2.7f1` `2018.3.0b1`

# Sample

Expand All @@ -16,7 +16,7 @@

1. Copy this project files to your local project folder.

# Install via Package Manager
# Install via Package Manager in Unity 2018.2.x

* Temporal `package.json` is contained for the future. ☛[Unity Package Manager](https://docs.unity3d.com/Packages/[email protected]/manual/index.html)

Expand All @@ -32,6 +32,15 @@ Or you can manually modify `Assets/Packages/manifest.json` on your project for U
}
```

# Install via Package Manager in Unity 2018.3.0b1+

1. Copy this project files to your local folder.
2. Open your project in Unity
3. Select `Main Menu`: `Window``Package Manager`
4. Click `+` Button
5. Select `Add package from disk...` to open the file dialog
6. Select the `package.json` from your local folder (of step 1)

# How to integrate into a new scene

* Simple script `Hexelate.cs` has ☛[`Monobehaviour.OnRenderImage`](https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnRenderImage.html) method.
Expand Down

0 comments on commit 60a96c5

Please sign in to comment.