Free 3D & 2D models

Hi

I’ve spent at least 2 hours drawing… Trying to make some cool sprites to use. And I’ve reached the decision that I’m horrible at it because it doesn’t interest me :frowning:

So I reckon I’ll have to do a lot of purchasing in the future. Since I haven’t made my first game yet, I was hoping for any great links on places where you can get free 3D/2D models and animations/VFX (such as explosions)… to use in Unity Games?

I’ve googled and found quite a few sites, but is there any specific you guys would recommend or use yourself?

Yes, use the Asset Store. You can find lots of good free assets there. For 2D stuff, I also recommend OpenGameArt.org.

1 Like

I find that http://www.turbosquid.com/ has a lot more free content than the store. Only thing that is annoying me is that transform origin position 0, 0, 0 isn’t actual origin position… as all sub components have offset positions from 0, 0, 0. :frowning:

Cheat. Parent it to an empty GameObject, and use that as your origin/pivot.

Thanks for the advice :slight_smile: