Ironic Games - Some Serious Fun

  • HomeFun Starts Here
  • AssetsUnity Assets Reviews
  • CodingGame Development
  • CultureGaming And Lifestyle
  • About UsPlay and Code

Top 5 Free Unity Assets. Best Free Tools for Unity 3D Game Developers.

Top 5 Free Unity Asset Store

The Unity Asset Store is a treasure chest of awesome tools for building games. Most of the offers are paid, but did you know that there are some powerful and very useful assets released for free? Such quality solutions are not only friendly to budget-sensitive indie developers but often beat the paid offers in terms of usability. On top of all, the free Unity Assets are a great way to get started with serious Unity game development.

Here is our list of the Top 5 Best Free Assets on the Unity Store!

1. iTween – Free Unity Scripting Library.

iTween is a free and feature-rich animation system for Unity. It is one of the first assets I personally add to a new game project. It grants you access to dozens of useful functions which help you animate the exposed (i.e. public) values of any component!

iTween Unity Asset Path Example

Let’s say you want to move an object along a path. One way to do that is to create waypoints (empty gameObjects) and then use iTween to move your object from one waypoint to the next. Here is an example of how simple this is to accomplish with the tween library:

public Transform[] waypoints; // an array of your waypoints
float percentPerSec = 0.1f; // 10% per second for 10s total time of the move
float advancePercent = 0.0f; // 0 is the starting point
         
void Update () {
    advancePercent += percentPerSec * Time.deltaTime;
    // and here is the iTween magic:
    iTween.PutOnPath(gameObject, waypoints, advancePercent);
}

And that’s it! Your object will move reliably following the waypoints. You can explore the many uses of iTween in its detailed Documentation.

2. ProBuilder Basic – Free Unity 3D Modeling Editor Extension.

ProBuilder Basic Unity Asset ExampleBuild the geometry of your game levels directly in the Unity editor! Whether you need to create a quick prototype of your game, or to go deep into world-building, ProBuilder Basic is capable and easy to use.

The fact that you are working in the Unity Editor and not inside an external program means you can play-test everything instantly. A huge time-saver and an awesome asset!

3. “Unity-chan!” Model – Free Unity 3D Character Model.

Unity Chan 3D Model Asset ExampleAs far as characters go, the Kohaku Ootori Unity 3D model is one of the cutest and most skillfully designed on the Asset Store. Kohaki comes with 31 animations, 31 still poses, 12 Emotions making from blend shapes and beautiful textures and shaders.

You can use the cute 3D girl in your finished game or just as a nice model to look at in your prototype :).

4. Tanks! – Free Unity Sample Project – Tutorial.

Tanks Unity Asset Two Players ExampleOf all Unity Tutorial projects this one is my favorite – it is a great introduction to Game Planning, Physics, Inputs and Audio Mixing. And on top of that – the completed project is a fun little game for two players.

The idea is so good, that ever since I played it, I’ve wanted to create a published spin-off :). Download it, follow along the tutorial if you are new to Unity, or just use it as inspiration for your next game!

5. Absolutely Free Music – for use in your Unity games.

The importance of game music is too often underestimated by aspiring game developers. The Audio atmosphere should not be an afterthought, as it can noticeably improve the gaming experience. A good place to start are the audio track in the Absolutely Free Music Unity Asset. The pack includes 41 compositions in various genres – from rock and instrumental, to trance and ambient. A careful selection of these tracks would definitely make a prototype or even a finished product much more impressive!

This was our collection of most useful Free Unity Assets. Grab some of these free goodies and have fun building games! 🙂

Jan 28, 2017Jordan

Did you enjoy this post? Share it! :)

  • Post on Facebook
  • Tweet about it
8 years ago Unity Assets Reviewsfree unity asset, unity, unity asset3,022
Jordan

Focus on game design, development, gaming culture and freelance lifestyle.

Shader Forge ReviewGaia: the Joy of Building Worlds
 Recent Posts 
  • Unity Personal vs Unity Plus vs Unity Pro vs Enterprise
  • Best Pathfinding Tools in Unity 3D
  • Visual Scripting and Unity AI
  • Unity Terrain Generators: Battle of the Four
  • Exploder: Blow Stuff Up with Style
 Ironic Games 
Dizzy
Blog about Game Design, Development, Pop Culture and a Freelance Lifestyle.
Read carefully, we take fun very seriously.
 Most Viewed Posts 
Unity Personal vs Unity Plus vs Unity Pro License Comparison
Unity Personal vs Unity Plus vs Unity Pro vs Enterprise
18,682 views
Unity Terrain Generators Featured
Unity Terrain Generators: Battle of the Four
13,872 views
2019 © Ironic Games | Terms of Use