mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-03 12:02:28 +08:00
Only lexer-highlight what is shown in CS console (fix max vert overflow)
This commit is contained in:
@ -58,6 +58,7 @@ namespace UnityExplorer.UI
|
||||
internal static readonly Color disabledButtonColor = new Color(0.25f, 0.25f, 0.25f);
|
||||
|
||||
public const int MAX_INPUTFIELD_CHARS = 16000;
|
||||
public const int MAX_TEXT_VERTS = 65000;
|
||||
|
||||
public static UIPanel GetPanel(Panels panel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user