Note that the console can currently only print 1 line that spans across the entire width of the screen. There is no functionality for printing more then one line to console yet. This would require line detection when the characters get off the screen.
Multiple Console Lines Per Console Message
Note that the console can currently only print 1 line that spans across the entire width of the screen. There is no functionality for printing more then one line to console yet. This would require line detection when the characters get off the screen.
Update* I figured out how to detect how many lines there need to be per console message. I also figured out how to size the message box height out according to the number of lines. The only problem is when 2 big messages are sent, they overlap. https://github.com/valkyrienyanko/Prototype/blob/25fd654754e973394215625cc109a6fa6d29ec6d/Server/Assets/Scripts/Console.cs#L49-L63