michidk/Unity-Script-Collection

Add Additional Unity Script Repos

Nesh108 opened this issue · 2 comments

Hello,

I stumbled upon this nice collection of unity scripts and I thought I would like to contribute with some little things I worked on:

  • Unity 2.5D Destruction (GitHub - Unity Forums): I have forked the already available Unity-2D-Destruction and added extra functionality to support 2.5D games (such as 3D colliders, 3D rigidbodies, etc.).
  • Unity MetaBalls Liquids (GitHub - Unity Forums): I needed to have a very simple "thick fluid" simulation, such as honey or goo, to work with gravity and surfaces. So I extended the Unity MetaBalls script (link), cleaned it up and added some features.

And thanks for maintaining such a useful list :)

/Nesh

Hey Nesh,

going to add it as soon as I find the time. The fastest way is always to simply create a pull request.

Thanks,
Michael

Done in #21