Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanwwe committed Jan 16, 2024
2 parents a411ebe + a62ea8b commit 5a931e6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<meta name="google-site-verification" content="-1jiJZ-TUx9L9zO3uSK3lp_G1AtSwhuGexR002ZBfGY" />
<h1>Unity SoftBody physics</h1>
Add softbody physics to unity
Add a realestic MeshBased softbody physics feature to unity by adding one script

<br>
<div style="display:flex;justify-content:space_between">
<img src="https://github.com/ehsanwwe/Unity-SoftBody-physics/blob/main/softbody3.gif?raw=true" height="300" alt="unity softbody">
<img src="https://github.com/ehsanwwe/Unity-SoftBody-physics/blob/main/softbody2.gif?raw=true" height="300" alt="unity softbody">

</div>
<br>
<h2>how to use</h2>
Add <b>SoftBodyGenerator.cs</b> script to your object
Expand All @@ -13,6 +15,10 @@ and enjoy


<h2>To do </h2>
# Add a center structure to create a jelly mode in unity softbody physics
✔️ # Add a center structure to create a jelly mode in unity softbody physics
<br>
📝 # Add bake Button in editor to store mesh data into a temp folder under <b>streamingasset</b> to solving <b>"reCreating mesh in each of plays"</b>
<br>
📝 #add seperated physics For Fabric and Jelly mode
<br>
# Add bake Button in editor to store mesh data into a temp folder under <b>streamingasset</b> to solving <b>"reCreating mesh in each of plays"</b>
📝 #add convexhull system to optimize Softbody system

0 comments on commit 5a931e6

Please sign in to comment.