So I started working on a simple 2D platformer using simple geometry. I was thinking of using this Jello physics that I found, but I was having a lot of trouble importing it. I kept getting a lot error messages. I’m pretty new to Unity so I’m not that knowledgeable about importing these kinds of things not from the asset store. Is the asset too old for Unity to use anymore? (Unity2019.2.0f1) Or does an asset have to be from the asset store?
Any help is greatly appreciated!
That person uploaded that back in 2014 according to the timestamp on the post, which means Unity has updated the engine probably 5 times, which would make an asset that was working with Unity back in 2014 hard to work with the latest version.
I tend to stick to the Unity asset store, and found this for you, it’s not free but it looks like it’s well received and I would be surprised if it didn’t work for Unity 2019.2.
Sorry I didn’t solve your problem directly, but using old assets is a gamble trying to get it to work with new versions of Unity, the only other thing I could think of is use an older version of Unity (which probably isn’t a good idea if your new to Unity and probably using a lot of tutorials that are more recent).