for loop unity

Code Example - for loop unity

                
                        for (int i = 0; i < 50; i++)
{
	//Do something 50 times
}