Skip to content
Half People edited this page Oct 3, 2023 · 17 revisions

1.Go to Download the source code project

image

2.Open Plugin Porject

Remember to enter the project path :HImGuiEditor-main\HalfPeopleStudioImGuiEditor\Plugin\Plugin-Example\HImGuiEditorPlugin image

3.Open the Plugin.h file in the plugin's main folder And delete the old TextEditor.h and cpp and the code in the red box

image

4.CreatePlugin

5.Modify plugin information

image

6.The layout arrives in the editor

image

7.If the plug-in has a third-party library file that needs to be output, please place it in the content.If not you can do without creating content folder .The Md file is just because the one I created on Github does is work

image

8.Now you can open your project to try it out :)