Skip to main content

Posts

Showing posts from August, 2014

Android SDK installation issue - Peer not authenticated [Fix]

This problem happens when you try to access internet from inside proxy server. The easiest way to get rid of this problem is to change the default HTTPS into HTTP from Android SDK manager settings. Just goto Tool >  options >  tick Force https://... sources to be fetched using http://...

Unity 2d Water fluid system, How to make it?

When I was searching to make unity 2d water fluid system and unity 2d water effect I got lots of threads on forums, blogs and everywhere. I found some good techniques and plugin that I want to share today. Today I am not giving you right answer but telling some methods and plugins you can use and tutorials you can follow to get unity 2d Water fluid system in you 2d or even 3d projects. There are many other ways like Metaballs   but metaballs are for 3d one solution is also available to make it 2d ,  and a game by PixelJunk called Shooter they use some trick and also described at GDC2010 Presentation  (PDF) unity 2d water Fluvio Plugin Test First I love to show this plugin called fluvio. I get it from asset-store what fluvio said about their plugin. "Fluvio is a solution for real-time 2D/3D fluid physics. It is fully integrated with the editor and compatible with desktop, web player and mobile platforms. Fluvio can simulate both liquids and gasses, with a custo

Top 16 Best Free Music and Sound Effect Resources For Games

Music and sound effects are one of the most important for almost any game. Without music a game will feel boring. This means you must needs to have a great soundtrack and  better SFX track. You don’t need to pay for the site we are providing.But must check its sharing license before download. Remember to read the disclaimers on all the sites below to see how the music and sound effects can be utilized. Some sites support full use if the game is free, yet others allow free use whatever. Many sites that allow free use need attribution, which means you need to credit the artist somewhere inside game. Don't forget to give credit where credit is due! At least, regardless what it is that you’re searching for in music or sound effects, you must be able to get it for free in at least one of the Top 16 Best Free Music and Sound Effect Resources For Games 1. Indie Game Music 2. Free Sound Project 3. Audacity 4. Jamendo 5. Flash Kit 6. Super Flash Bros 7. Me

Optimizing Mobile Games in Unity

Good performance is critical specially for mobile devices.To give you some important techniques and info about making better performance we made this guide. First start it with draw call. What is draw calls and how to reduce them? Draw call is a material in an object drawn to screen/gameplay. for example an object with 1 material = 1 draw call and an object with 9 materials = 9 draw calls, camera, lights, shadows, sky and so on To reduce draw calls Unity can easily combine many objects at runtime plus draws them along with a single draw call. This process is called “ batching ”. The more objects Unity can batch with each other, the better rendering performance you can get. Only objects using the same material can be batched together. Below is an example of batching. A scene with lots of objects having only 3 draw calls. Things to keep in mind: You should have the total number of materials as low as possible. This will make it easier for Unity to batc

The Best unity 2D Plugins and Tools

Unity3d main concentrate is on 3d games that's why everyone is searching for unity 2d plugins.   They also have 2d features but like Pro to get the real power of 2d you need to get some tools and plugins in unity engineUnityet the perfect work. Here we are providing you The Best Unity 2D Plugins and Tools free and paid to get help in your projects. Unity 2D Plugins and Tools Sprite Manager 2 ($150) http://u3d.as/content/ab-software/sprite-manager-2-/1rf Amazing 2D Concave Collider* http://unity3diy.blogspot.com.tr/2014/06/amazing-2d-concave-collider.html Orthello (Free or $35) http://www.wyrmtale.com/products/unity3d-components/orthello-pro Needs external texture packer Texture Packer (Free) UTILITY texture packer (not unity plugin) http://www.texturepacker.com/ Ragespline ($75) 2D vector drawing & editing http://u3d.as/content/juhakiili-oy/rage-spline/1DK #3 Top Paid 2D Toolkit ($65) http://unikronsoftware.com/2dtoolkit/ #4 Top