UnityMarkdownViewer
UnityMarkdownViewer copied to clipboard
A markdown viewer for unity
Large documents seem to cause performance issues, e.g. when displaying https://github.com/needle-mirror/com.unity.render-pipelines.universal/blob/master/CHANGELOG.md (the Universal Render Pipeline changelog). It looks like a potential improvement there is that currently no culling happening to...
When using UnityMarkdownViewer programmatically (e.g. downloading a .md file as text and then displaying it), images currently can't be properly resolved when the image URLs are relative to the markdown...
Thanks for creating this asset! It's a lot more sexy than the default text document renderer that ships with Unity ❤ It seems that after rendering a markdown document, if...
I don't have anything to request or report, I just wanted to thank you for making this. It very quickly made my day easier and is proving very useful in...
Thetextalllookslikethis. It looks like this is due to `GUIStyle.CalcSize()` not counting the trailing space. `LayoutBuilder.AddWord()` calls `CalcSize()` on a string with a trailing space for each word. But I'm not...
First of all thank you for publishing this asset! It saved me a lot of time! I'm trying to figure out is there a way to make a renderer markdown...