Scaling Objects By Two Pivot Objects In Unity

There are games that enables users to modify the state of in game objects, such as moving objects to decorate houses in Sims series. Scaling is one of the possible modification approach. You can scale, rotate and move the edge between the nodes In this demo one can modify the length of the edge between … Continue reading Scaling Objects By Two Pivot Objects In Unity

Follow After An Object in Unity

This project is about following or escaping from a target game object. In the process, follower looks at the target while following(without using Transform.LookAt) and the escapee looks opposite from where the target is while escaping. I was introduced to the game Blocksbuster! by a friend of mine. In this game there is hole collecting … Continue reading Follow After An Object in Unity