In Naninovel scenario files, check if there are any items that are not in Textmeshpro's font atlas.
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.