Matt Ellis
Matt Ellis
@gerwalk Yes, you should have USB debugging support. There is some [documentation in the web help](https://www.jetbrains.com/help/rider/Debugging_Unity_Applications.html#debug_usb), but essentially, you should just have to connect your Android device, and use the...
The text probably should be updated to include something about Android USB. I think this one needs to look at logs, please, so submitting a bug report would be the...
I'm closing this due to inactivity. Please feel free to comment and we can reopen.
@MeisterDerMagie a checkbox will be available in the next preview build of 2022.3 (EAP9, I think). This will disable Rider from recognising Unity serialised fields completely, and treat them as...
Do you mean older versions of Rider or Unity? Rider supports pretty much all versions of Unity (since 5.6, I think), so you can use new versions of Rider with...
Thanks. After investigation, these are intrinsics that are automatically defined, rather than defined in files that are added to the context via `#include`. As such, the system doesn't know about...
How about making the Diff Margin extension a dependency of the source provider extension? Then there's only one implementation, but it's included when you install the provider.
Is this planned for 2.0? It's the only reason IdeaVim would use split mode, so would be great if it can be in added sooner rather than later. Thanks!
Cool. Thank you!
Could you provide some reasons for changing this? These event functions are only supposed to be called by Unity, so there is little reason to make them visible to user...