このページを含むバージョン:
このページを含まないバージョン:
ログデータをプロファイラーに表示します
テキストファイルの名前を使用して ".data" が追加されます。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { Profiling.Profiler.AddFramesFromFile("mylog.log"); } }
関連項目: Profiler.