What are your "must have" Asset Store assets?

Please list the assets you think people must purchase when developing with Unity and also those you think might be useful or are planning to buy when you can. Please include links to the asset store if you can and explain why you think it is a must have.

My must haves:

ProGrids: Unity’s snapping is somewhat lacking for me, this makes up for that and makes using model asset kits easy to line up.

ProBuilder: Great for white-boxing or even modeling a level right inside of Unity. The developers have been great, providing bugfixes and updates and responding to questions. Really good guys providing a great value.

UFPS - Ultimate First Person Shooter system. This is the best FPS system in the asset store and is reallly cheap. This is even just fun to drop an “Advanced Player” into your scene of new models you just purchased (after adding weapons and bullets in the latest version) so you can run around and shoot things up. They are currently working on adding network support.

Of course, all the free Unity stuff. There is a lot of free textures, models, textures, scripts, etc. in the free Unity projects like Boot Camp and Angry Bots. Even some great editor scripts like exporting selected objects or replacing prefabs.

Planning to buy:

Relief Terrain Pack (RTP) v3: This looks really cool.

Terrain Composer: This really looks like the best terrain builder.

Please add you own to this thread.

I similarly enjoy ProBuilder. ProGrids is a requirement if you want to get the most out of ProBuilder, but aside from that I’m not sure I’d have much interest in it… I’d also appreciate it more if it was more flexible than it is - grids aren’t the only thing you might want to snap to.

I really like UniBill for in-app purchase support. Haven’t used it for a while, but I remember it being a snap to implement.

I’ve only made a couple of very simple uses of it so far, but FinalIK seems pretty amazing.

The Universal Sound FX pack seems pretty amazing. I picked it up the moment I first saw it, and it’s grown since. Fingers crossed I’ll never have to waste time trawling the Internet looking for first-pass sound effects again.

AI for Mecanim seemed pretty neat the one time I used it, however it also seemed to be undergoing a huge rewrite at the time.

Reliable Assets that I use often:
Core Framework
Easy Touch
HotTween
Easy Font
Simple Waypoint System

Assets that I don’t really use in projects, but LOVE to play with:
ProBuilder
Space for Unity
Particle Playground
MegaShapes

Shaderforge
Skyshop

1 Like

Advanced Foliage Shader

Shaderforge as i always had problems with scripting this asset was very important to me in my project.

UFPS very cheap very advance first person controller excelent for the begginers and good start for the advance.

Crafty for Unity THE best patching system i found and tested on the asset store and outside market, must have if you want to have a patch able project.

and of course NGUI at this point i think everybody knows NGUI.

Always: DFGUI, HoTween

Currently: Grids, DunGen, ProBuilder

If you’re using Unity Free (like I am), I highly recommend Benchy Profiler.

The only thing I really use frequently enough to list would have to be NGUI; which i’m sure is essential for everyone :smile:

Shader Forge gives you Unreal Engine style shader creation
Playmaker is a great FSM tool
Daikon Forge GUI is a far better UI tool than NGUI, I’d say

Just bought this as soon as I saw your comment and checked it out. :wink:

Terrain Composer and RTP for me, although I’m still learning both they are fun to play with. On the Terrain Composer side I really don’t use much of the generation features, just mainly importing my own RAW heightmaps because I can import a very large heightmap which TC will split and stitch into multiple terrains for me.

  • LeanTween. Highly recommend. Just moved our project over to it from HOTween = no more allocations or spikes :slight_smile:
  • Slinq. I normally stay away from LINQ in Unity like it’s the plague because of the allocations, but Slinq is allocation free :slight_smile:
  • NGUI. I have to mention that if you’ve tried NGUI pre v3.0 and moved away from it, to try it again. v3.0+ is a much nicer and intuitive beast.

NGUI & DFGUI are both excellent.

I echo others here on Shader Forge. For me it is a must have if you do anything with shaders.

In terms of mesh deformation and animation, I like Mega-Fiers. I actually like most Chris West’s products.

Now a fairly new one that I feel is a must have, is Text Mesh Pro. Although it is advertised as a replacement for Text Mesh, it offers so much more in terms of features and the rendering quality of the text is simply amazing. If you use text in your games or projects, you ought to take a look at Text Mesh Pro.

Editor Console Pro: so you can see (and make your code editor jump to) the call stack of your logs
Full Inspector: your Inspector on steroids
xARM: get screenshots of your game in different resolutions quickly, useful for mobile apps
Master Audio: handles music crossfading and sound effect variation for me

1 Like

NGUI
Hotween

suitable for any kind of project

UFPS This is one of the best plugins for doing a FPS

FinalIK This plugin is awesome to create hit reactions and make the enemies hold the weapons with both hands.

PoolManager This is an easy yet powerful object pooling manager

TextMesh Pro Awesome text rendering and it integrates just fine with NGUI!

I2 Localization This is my own plugin! But I really end up using it a lot to make my games in several languages.

My “bread and butter” assets that are helpful in pretty much any game:

NGUI
Pool Manager (object pooling)
Master Audio (music and sound fx with many features)
cInput (add sanity to getting input, an interesting alternative is InControl)

For mobile games, I’d add xARM (see how your game will look on a bunch of different aspect ratios and resolutions).

1 Like

master audio Unity Asset Store - The Best Assets for Game Making
mood machine Unity Asset Store - The Best Assets for Game Making
camera perspective editor (this is new but already proving to be invaluable) https://www.assetstore.unity3d.com/en/#!/content/16349
Decal system pro Unity Asset Store - The Best Assets for Game Making
cinema camera pro Unity Asset Store - The Best Assets for Game Making
mesh baker 2 Unity Asset Store - The Best Assets for Game Making
cruncher Unity Asset Store - The Best Assets for Game Making
NoesisGUI Unity Asset Store - The Best Assets for Game Making

One could easily double this list with those small utilities such as component copier that speed things up so much as well.

Advanced PlayerPrefs Window, also Todo List (from code), both have been very useful to me for debugging.