An open API service indexing awesome lists of open source software.

https://github.com/coryleach/unitywater2d

2D splashy springy water
https://github.com/coryleach/unitywater2d

2d 2dwater package-manager sidescroller unity unity3d water

Last synced: about 1 month ago
JSON representation

2D splashy springy water

Awesome Lists containing this project

README

        




Gameframe.Water2D 👋

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5e37337f70394582a347ab66da54b6ad)](https://www.codacy.com/manual/coryleach/UnityWater2D?utm_source=github.com&utm_medium=referral&utm_content=coryleach/UnityWater2D&utm_campaign=Badge_Grade)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/coryleach/UnityWater2D?include_prereleases)
[![openupm](https://img.shields.io/npm/v/com.gameframe.water2d?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gameframe.water2d/)
![GitHub](https://img.shields.io/github/license/coryleach/UnitySaveLoad)

[![twitter](https://img.shields.io/twitter/follow/coryleach.svg?style=social)](https://twitter.com/coryleach)

> Splashy 2D water

## Quick Package Install

#### Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)

Select "Add package from git URL...", fill in the pop-up with the following link:

https://github.com/coryleach/UnityWater2D.git#2.0.1

#### 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:
```js
{
"dependencies": {
"com.gameframe.water2d": "https://github.com/coryleach/UnityWater2D.git#2.0.1",
...
},
}
```

## Usage

Import the package in the demo folder for example usage

## Author

👤 **Cory Leach**

* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_