Gameframe.Water2D
Gameframe.Water2D provides a 2D water simulation system featuring springy, responsive water surfaces with splash physics. Perfect for adding dynamic water effects to 2D games, it includes customizable parameters for realistic wave behavior and easy integration with physics-based interactions.
com.gameframe.water2d 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/water2d.git README Markdown
Copy this to your project's README.md
## Installation
Add **Gameframe.Water2D** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/water2d.git
```
[](https://www.pkglnk.dev/pkg/water2d)README
Gameframe.Water2D 👋
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:
{
"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
- Github: @coryleach
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by Gameframe.Packages
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In