inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
578 stars 101 forks source link

Replace InkBrowserIcons #188

Open tomkail opened 1 year ago

tomkail commented 1 year ago

InkBrowserIcons requires calling InkLibrary.IsInkFile for each file, which is a bit slow! I'd like to remove the InkBrowserIcons entirely in favour of EditorGUIUtility.SetIconForObject or similar but it kept crashing Unity when I tried. Something low priority we should look to improve down the line.