Skip to content

Commit 8856986

Browse files
authored
Add 'Known Issues' section to README.md (#91)
1 parent bddaa27 commit 8856986

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ There are two versions of this plugin, for BepInEx 5 (version 5.4.20 or newer, m
1515

1616
Note: The .xml file include in the release zip is useful for plugin developers when referencing ConfigurationManager.dll in your plugin, it will provide descriptions for types and methods to your IDE. Users can ignore it.
1717

18+
### Known issues
19+
- If no text is visible anywhere in RUE windows, most likely the `Arial.ttf` font is missing from the system (Unity UI default font, may be different in some games). This can happen when running a game on Linux with [misconfigured wine](https://github.com/ManlyMarco/RuntimeUnityEditor/issues/55).
20+
1821
## How to make my mod compatible?
1922
ConfigurationManager will automatically display all settings from your plugin's `Config`. All metadata (e.g. description, value range) will be used by ConfigurationManager to display the settings to the user.
2023

0 commit comments

Comments
 (0)