Skip to content

GUIHelper toggle indicator not displaying #11

Description

@lucianposton

public static string FormatOn = "◑".Color(RGBA.lime) + " - {0}";
public static string FormatOff = "◐".Color(RGBA.red) + " - {0}";

The /etc in the above is not appearing in Pathfinder Kingmaker (the linux port). My guess is that the fonts loaded by the process don't have glyphs for these code points.

My system has fonts with glyphs for these code points, but I'm not that familiar with how unity loads fonts.

Any thoughts on how to address this issue? I'm not sure where the responsibility of loading fonts lies. Is it in the unity engine, mod manager, your code, some font library used by unity engine, some system font library used by mono on linux / .NET on windows?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions