Muscipular

Results 2 comments of Muscipular

same installion error, no runtime error and tooltips not working R# 2017.3 & VS 2017 15.5.2 & tooltips 3.4.0

try hack the api, work for me ```cs static class TextUnicodeFix { [DllImport("mono-urho", CallingConvention = CallingConvention.Cdecl)] static extern void Text_SetText(IntPtr handle, byte[] text); [DllImport("mono-urho", CallingConvention = CallingConvention.Cdecl)] internal static extern...