Skip to content
Semyon Gritsenko edited this page Apr 16, 2022 · 6 revisions

Welcome to the PatchNotesPluginPublic wiki!

Getting started

First of all you need to create [PluginPath]/Settings/generate_patch_notes_settings.json
generate_patch_notes_settings.json must be generated if you enable plugin and restart Unreal Engine editor

How to use

Video

  • Open Patch Notes by clicking on button in your editor toolbar
    image
  • Create configuration and type version
  • Create category and type name of category image
  • You can switch between different versions here
    image
  • In each category you can create element with some notes about it
    image
  • When you end with your notes click Add button to modify .json file
    image
  • You can generate preview page with all your notes by clicking Preview
    image image
  • After you finish creating categories, elements, notes you can click Generate notes
    image
    Folder with generated files would look likes
    image
    Index.html would look likes
    image

Default settings

generate_patch_notes_settings.json by default contains this settings:

{
    "generatedFilesPath": "../../../../../../dev/PatchNotesProject/Plugins/PatchNotes/GeneratedFiles",
    "openAfterUpdate": true,
    "projectName": "PatchNotesProject",
    "pathToBackgroundImage": null,
    "pathToProjectLogo": null,
    "pathToTemplate": null,
    "patchNotesBackgroundColor": [ 0, 0, 0, 0.17000000178813934 ],
    "generationProgressBarColor": [ 0, 1, 0, 1 ]
}
  • generatedFilesPath insert path relative to your project location
  • projectName takes your project name as default
  • pathToBackgroundImage must be link to image
  • pathToProjectLogo must be link to image
  • pathToTemplate you can set path to your .json file with default settings to all new created configurations

Clone this wiki locally