SugoiDev

Results 47 comments of SugoiDev

A few weels ago, I made a simple proof-of-concept external program to do this (using the tip from @dgehri, thanks!). I used AutoHotkey, so it's Windows-only for now. I'm using...

@drwtsn32x No problem! I hope I can do some more work on this to actually create a PR. If there's interest, I might work on this AutoHotkey solution a bit...

I'm not sure if there's any official docs on this, just user reports. The actual warning message is like this: ``` "A script behaviour has a different serialization layout when...

Was there any progress to alleviate some of the issues with conditional compilation? For safety (and to respect the principle of least surprise) Rider/ReSharper should never move anything that is...

> If we are moving code out of these blocks, then that's a bug and we'd appreciate repro steps. Have a class like below. It should have * the using...

Awesome points. This new Unity feature might be the best one I've seen in years and one of the ones that made the most immediate positive impact yet on us....

I found a way to replace the compiler on newer Unity versions. It was only lightly tested, but seems to work. You need to install the desired .NET sdk version...

Update for anyone following this issue: a developer [replied on the forums](https://forum.unity.com/threads/pixel-perfect-preview-package.533433/page-6#post-4607176) and it seems the issue will be looked at!

I can confirm it doesn't work on Rider (latest 2018.2 EAP/Nightly). This is likely related to this issue on another repo: https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/6 More info on [this thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000670130-I-want-create-a-plugin-which-will-support-C-Sharp-language)

Still not working for me with the latest Rider. Rider has its own coloring for matched brackets, but it is not the same as this plugin. For example, it won't...