Today’s top 3 blog posts about unity

1 Unity Tips Developer Should Know

To work with unity3D, you must know some tips about unity3D In this blog Mayur Sojitra shares some tips and tricks that will enhance your work process. These tips and tricks are based on their personal experience while working with projects. These unity tips might not be applicable to every project for unity development. Numbers of tips are matter of test.  He has put a list of awesome tips and tricks that you should know and can also go through it. It includes: Interface Overview Scene View Game View Hierarchy Project Inspector To know more see unity development tips.

2 Unity – How to crop 2D sprite in Unity 2D and Unity 3D

To work with 2D sprite in Unity this blog is really useful. In this blog Swati Patel shares new functionality of 2D tools that is used in 2D games.  Set the texture importer of an image in project explorer to make sprites. Drag an image and drop it into assets folder and set Sprite Importer settings in inspector to create sprite It includes: Sprite Renderer To know more check sprite in Unity.

3 Using Delegates and Events in Unity

Charmi Popat shares here something interesting about Delegates and Events Delegates are reference type of variables. It holds the reference of methods that have the same signature as that of the declared delegate. All the methods will get notification, which are being referenced by it. Events are a type of special delegates, are used to notify other classes when something happens. Events can be declared using Delegates. Check Delegates and Events.

One thought on “Today’s top 3 blog posts about unity

Leave a comment