https://github.com/taichi-dev/soft2d-for-unity
Soft2D-for-Unity
https://github.com/taichi-dev/soft2d-for-unity
fluid-simulation physics-2d physics-engine physics-simulation sand-simulation snow-simulation softbody-simulation unity-plugin
Last synced: 7 months ago
JSON representation
Soft2D-for-Unity
- Host: GitHub
- URL: https://github.com/taichi-dev/soft2d-for-unity
- Owner: taichi-dev
- License: apache-2.0
- Created: 2023-06-19T01:57:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T03:04:53.000Z (about 2 years ago)
- Last Synced: 2025-04-07T02:06:51.329Z (8 months ago)
- Topics: fluid-simulation, physics-2d, physics-engine, physics-simulation, sand-simulation, snow-simulation, softbody-simulation, unity-plugin
- Language: C#
- Homepage: https://assetstore.unity.com/packages/slug/256549
- Size: 1010 KB
- Stars: 60
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- anything_about_game - soft2d-for-unity
README
Soft2D for Unity
English |
简体中文
[Soft2D](https://www.soft2d.tech/) is a 2D multi-material continuum physics engine designed for real-time applications. Soft2D-for-Unity provides a high-level encapsulation for Soft2D and offers users a range of easy-to-use interfaces, enabling users to easily implement various physical simulations in Unity. A detailed tutorial of Soft2D-for-Unity can be found in [User Documentation](./Assets/Soft2D/Docs/English/Documentation.md).
## Features
- Multi-material: Elastic bodies, fluid, sand, snow.
- High-level abstraction: world, body, emitter, collider, trigger.
- Universal Deployment: Linux, Windows, MacOS/iOS, Android.
- Easy-to-use editor tools: Create a simulation scene in seconds.
- Supports 2D and 3D rendering: Requires just a few clicks to modify rendering effects.
- Contains rich and comprehensive tutorials and sample scenes.
## Environment Requirements
| Unity Version |Graphics API | Rendering Pipeline | Scripting Backend |
|----------------------|----------------|----------------------|-------------------|
|2021.3.22f1 or higher |Vulkan or Metal |Built-in or URP |IL2CPP |
> Note: MacOS currently only supports M1 chips.