I have seen in Unity forums that few people are struggling to get the zigzag movement of the game objects in unity. Using the following C# script you can achieve your Game object’s zigzag movement from top to bottom in unity. So, just attach this script to your game object and get the zigzag movement. […]
UI Object Random Movement in Unity 3D
It’s a common requirement in designing GUI in Unity to move & animate few UI Game Objects randomly over the screen. Following C# Script will help you in UI object random movement in Unity 3D & 2D. You can attach this script to any UI object which you want to move randomly over the screen. […]