UnityWater2D
2D splashy springy water
Install / Use
/learn @coryleach/UnityWater2DREADME
<p align="center">
<img align="center" src="https://raw.githubusercontent.com/coryleach/UnityPackages/master/Documentation/GameframeFace.gif" />
</p>
<h1 align="center">Gameframe.Water2D 👋</h1>
<!-- BADGE-START -->
<img src="https://media.giphy.com/media/W36MLDTWKCBuFjvv8P/giphy.gif" />
<!-- BADGE-END -->
Splashy 2D water
Quick Package Install
Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)<br/> Select "Add package from git URL...", fill in the pop-up with the following link:<br/> https://github.com/coryleach/UnityWater2D.git#2.0.1<br/>
Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.gameframe.water2d": "https://github.com/coryleach/UnityWater2D.git#2.0.1",
...
},
}
<!-- DOC-START -->
<!--
Changes between 'DOC START' and 'DOC END' will not be modified by readme update scripts
-->
Usage
Import the package in the demo folder for example usage
<!-- DOC-END -->Author
👤 Cory Leach
- Twitter: @coryleach
- Github: @coryleach
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by Gameframe.Packages
