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?

UE5 ImGuiの導入メモ

Last updated at Posted at 2024-10-13

ImGUIを導入するときのメモ(UE5.4時点)

1.こちらで公開してくれているプラグインをダウンロードしてきます
https://github.com/IDI-Systems/UnrealImGui

2.zipファイルを解凍します
次に自身のプロジェクトのPluginsフォルダに必要なファイルをコピーしていきます

3.Pluginsフォルダが作られてない場合は自身で

[プロジェクト名]/Plugins

に作成します

4.まずはPlugins直下にImGuiフォルダを作成します

5.ImGuiフォルダ直下へ解答したzip直下に置いてあるImGui.upluginを配置します

6.zip直下に置いてあるSourceフォルダとResourceフォルダをImGuiフォルダにまるごとコピーします

こちらのような状態になったと思います

[プロジェクト名]/Plugins/ImGui
    Resources/
    Source/
    ImGui.uplugin    

7. .uprojectファイルからVisual Studio projectを作り直します

8.リビルドをし直したらUnreal Editorを起動します
もしフォルダ構成に問題があったらビルドエラーになります

9.メニューから編集/プラグインを選択してImGuiがあったら正常に認識されています
imgui.jpg

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?