vexe

Results 35 comments of vexe

Hi. So I was thinking of using NRefactory to enable some C# refactoring capabilities in Vim. I know there's OmniSharp out there but my experience with it wasn't so smooth....

This is going to take some time to address. Most if not all regular reflection stuff is not available in WP. I have to find every single reflection call made...

If you're familiar with reflection and would like to help fix the issue, we basically need to find all the calls causing the errors and replace them with the appropriate...

I'd love to have a smoother download method for users but I'm not sure. The .unitypackage exist for a reason, I noticed that downloading or cloning the git repository won't...

Ah yeah I see what you mean. I agree it might not be so clear to new comers. What you said could be achieved if I upload the unitypackage to...

No particular reason, it's just that there's been a history.txt file around I've been using for a while. I guess I'm just busy adding new features/fixing broken ones & lazy...

Sure thanks, appreciate it! - I'll give it a try as soon as it bubbles out the priority stack!

It's possible, I give it a shot once, kinda worked but had other issues so I rolled back. Basically you need to make EditorMember work with an array of targets...

Can you post the full callstack for that exception?

That's weird cause that call is wrapped with #if UNITY_EDITOR. Maybe try add && !UNITY_WEBPLAYER?