Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 613 Bytes

naninovel-atlas-tofu-check

In Naninovel scenario files, check if there are any items that are not in Textmeshpro's font atlas.

usage

Call it from GithubActions and use it.

- name: Scenario Tofu check
  uses: tunacook/[email protected]
  with:
    charactersFilePath: "Assets/Resources/Fonts/characters.txt"
    scenarioFileDirectoryPath: "Assets/Scenarios"

If there is a character in the directory specified in scenarioFileDirectoryPath that is not in the file in charactersFilePath, it will give us an error like this.