Unity

UnityHR.org

Osnovana je Unity3d zajednica hrvatskih korisnika :)

http://unityhr.org/

unity3dstudent.com

iTween for Unity

 www.pixelplacement.com/iTween/

Unity tweening engine.

Add Directory Content

Refactoring Game Entities with Components

Up until fairly recent years, game programmers have consistently used a deep class hierarchy to represent game entities. The tide is beginning to shift from this use of deep hierarchies to a variety of methods that compose a game entity object as an aggregation of components. This article explains what this means, and explores some of the benefits and practical considerations of such an approach.

http://cowboyprogramming.com/2007/01/05/evolve-your-heirachy/