こんにちは、今日はUnityのManaged Memoryサイズをスクリプトから取得する方法についてまとめていきます。
Profiler.GetMonoUsedSizeLong()
Profiler.GetMonoHeapSizeLong()
プログラム関連備忘録サイト。主にゲーム。
投稿日:
こんにちは、今日はUnityのManaged Memoryサイズをスクリプトから取得する方法についてまとめていきます。
Profiler.GetMonoUsedSizeLong()
Profiler.GetMonoHeapSizeLong()
関連記事
こんにちは、今日はUnityでアプリケーションの多重起動を制限する方法についてまとめていきます。 確認環境 Unity 2018.4.15f1 アプリケーションの多重起動を制限する Edit > Pr …
Unityで古いプロジェクトを開いた際に表示されるAPI Update Requiredダイアログ
確認環境 Unity 2019.4.28f1 表示内容 This project contains scripts and/or assemblies that use obsolete APIs.I …
以下の例ではGet-ChildItemコマンドレットを引数なしで実行、標準出力への出力をDebug.LogでUnityコンソールに出力しています。 System.Diagnostics.Process …
確認環境 Unity 2018.4.15f1 Profiler ウィンドウの開き方 Window > Analysis > Profiler から Profiler ウィンドウ を開きます。 Prof …
Unity – Consoleウィンドウにログを表示する方法まとめ
こんにちは、今日はUnityでConsoleウィンドウにログを表示する方法についてまとめていきます。 確認環境 Unity 2018.4.15f1 ログの出力 ログの出力にはUnityEngine.D …