We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f163f8 commit 9d7dff4Copy full SHA for 9d7dff4
docs/ScriptReference/UI/InGameLogSystem/JCS_IGLogSystem.md
@@ -16,3 +16,14 @@ In game log system.
16
| SendLogMessages | Make multiple log messages on the screen. |
17
| RemoveFromRenderVec | Remove the log message that are outdated. |
18
| UpdateSpace | Update all current active log messages' spacing. |
19
+
20
+## Support Encodings
21
22
+If you try to display a message but it displays `?` question mark instead.
23
24
+```cs
25
+var igl = JCS_UtilitiesManager.instance.GetIGLogSystem();
26
+igl.SendLogMessage("Unicode text here!");
27
+```
28
29
+Make sure you have save your C# script in the correct file encoding.
0 commit comments