Skip to content

Commit

Permalink
Add 'Known Issues' section to README.md (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Apr 25, 2024
1 parent bddaa27 commit 8856986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ There are two versions of this plugin, for BepInEx 5 (version 5.4.20 or newer, m

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.

### Known issues
- 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).

## How to make my mod compatible?
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.

Expand Down

0 comments on commit 8856986

Please sign in to comment.