Becoming a Unity Asset Store Publisher
Becoming a Unity Asset Store Publisher
You're now in process of creating your game. Did you make something that could be used again? Is it something that is not easy to build and can be useful for others?...
JetBrains Rider: An Alternative to Visual Studio
JetBrains Rider: An Alternative to Visual Studio
For quite a long time, Unity installer came with a custom MonoDevelop distribution to assist Unity developers with starting with game development. At that time, it...
Dream Big, Start Small
Dream Big, Start Small
What motivates you to go on with your ideas? Would you like to build a game that will be the next big thing in the industry? Who wouldn't!
A path to success
People...
MonoBehavior calls optimization
MonoBehavior calls optimization
What if I told you that Unity can be wasting a lot of CPU performance just by calling your MonoBehaviour functions? It doesn't really matter what your scripts are doing....
7 Things to Remember When Working in a Team
7 Things to Remember When Working in a Team
Whether you are working in a team or alone, you should know how to efficiently work on a project with other people. It will not only make working on a single project with...
You don’t need that comment!
You don’t need that comment!
Let's talk about programming. Since you're a Unity developer then most probably you had to do some programming, unless you use Playmaker or something similar. As a programmer...
Let It Snow! How To Make a Fast Screen-Space Snow Accumulation Shader In Unity
Let It Snow! How To Make a Fast Screen-Space Snow Accumulation Shader In Unity
Have you ever wondered how much time does it take to apply snow to all of the textures in your game? Probably a lot of times. We'd like to show you how to create an...
Debugging Web Services With Fiddler In Unity
Debugging Web Services With Fiddler In Unity
In order to empower your Unity game with useful features like user accounts, leaderboards, achievements, and cloud saves, you are going to need a web service. Of course,...
Should you install Unity Cache Server on localhost?
Should you install Unity Cache Server on localhost?
Do you already know how to use Unity Cache Server? If you're one of the maniacs trying to optimize every aspect of their development environment, then you most probably...
7 Ways to Keep Your Unity Project Organized
7 Ways to Keep Your Unity Project Organized
I saw a person on Quora the other day, asking how programmers are able to write projects that consist of over 10,000 lines of code. When software gets bigger, it is...