0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Unreal Cooking Insightsの紹介

Posted at

概要

この記事はUE5.6で検証したものです

パッケージのクックを解析する方法が提供されているみたいです。

公式ドキュメント

image.png

utraceファイルにCook情報が含まれる場合にはUnreal InsightsのメニューにPackageが追加されるようです。

Unreal Cooking Insightsの解析の仕方

image.png

-trace=default,cook -tracehost=localhost

プロジェクトランチャーで追加のクッカーオプションに上記を書き加えます。
このときに基本的な起動では動作しませんでした。
必ず、起動プロファイルを作成を押して別のプロファイルを使用するようにしてください

image.png

実行するとUnrealInsightsにトレースが保存されるので、そちらを開いてください。
Packageタブが開いていれば完了です。

アセットディスクサイズ

image.png

プロジェクト名\Saved\Cooked\Windows\プロジェクト名\Metadata\CookMetadata.ucookmeta

Cookするとucookmetaファイルが作成されるのでそちらを開く事でアセットディスクサイズを開く事ができます。
チャンクとかも見れるので便利に活用できるかと思います

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?