File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<meta name =" google-site-verification " content =" -1jiJZ-TUx9L9zO3uSK3lp_G1AtSwhuGexR002ZBfGY " />
22<h1 >Unity SoftBody physics</h1 >
3- Add softbody physics to unity
3+ Add a realestic MeshBased softbody physics feature to unity by adding one script
4+
45<br >
6+ <div style =" display :flex ;justify-content :space_between" >
57<img src =" https://github.com/ehsanwwe/Unity-SoftBody-physics/blob/main/softbody3.gif?raw=true " height =" 300 " alt =" unity softbody " >
68<img src =" https://github.com/ehsanwwe/Unity-SoftBody-physics/blob/main/softbody2.gif?raw=true " height =" 300 " alt =" unity softbody " >
7-
9+ </ div >
810<br >
911<h2 >how to use</h2 >
1012Add <b >SoftBodyGenerator.cs</b > script to your object
@@ -13,6 +15,10 @@ and enjoy
1315
1416
1517<h2 >To do </h2 >
16- # Add a center structure to create a jelly mode in unity softbody physics
18+ ✔️ # Add a center structure to create a jelly mode in unity softbody physics
19+ <br >
20+ 📝 # 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 >
21+ <br >
22+ 📝 #add seperated physics For Fabric and Jelly mode
1723<br >
18- # 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 >
24+ 📝 #add convexhull system to optimize Softbody system
You can’t perform that action at this time.
0 commit comments