位置: 编程技术 - 正文
推荐整理分享如何在Unity中显示当前游戏运行帧数?(unity怎么用),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:unity怎么看,unity怎么样,unity界面设置,unity界面怎么设置,unity如何用,unity界面设置,unity怎么用,unity怎么用,内容如对您有帮助,希望把文章链接给更多的朋友!
欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d培训、学习第一品牌。
1.首先在工程中新建一个js脚本,双击该脚本进行编辑,代码如下
var updateInterval = 0.5; private var accum = 0.0; // FPS accumulated over the intervalprivate var frames = 0; // Frames drawn over the intervalprivate var timeleft : float; // Left time for current interval function Start(){if( !guiText ){print ("FramesPerSecond needs a GUIText component!");enabled = false;return;}timeleft = updateInterval;} function Update(){timeleft -= Time.deltaTime;accum = Time.timeScale/Time.deltaTime;frames; // Interval ended - update GUI text and start new intervalif( timeleft <= 0.0 ){// display two fractional digits (f2 format)guiText.text = "" (accum/frames).ToString("f2");timeleft = updateInterval;accum = 0.0;frames = 0;}}
2.写好后加入到GUItext即可
更多精彩请点击
Unity3D技术之相机使用技巧-从相机到给定距离的视锥体大小 欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d
Unity3D技术之从 Maya 中导入对象浅析 欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d
如何在Unity中实现文字的渐隐效果? 欢迎来到unity学习、unity培训、unity企业培训教育专区,这里有很多U3D资源、U3D培训视频、U3D教程、U3D常见问题、U3D项目源码,我们致力于打造业内unity3d
标签: unity怎么用
本文链接地址:https://www.jiuchutong.com/biancheng/372955.html 转载请保留说明!友情链接: 武汉网站建设