In unity, how to set the scene frame rate at 60 frames? I remember a panel there, but now I can not find it?
http://unity3d.com/support/documentation/ScriptReference/Application-targetFrameRate.html
function Awake ()
{
Application.targetFrameRate = 60;
}