brogan

Results 9 issues of brogan

Would it be possible to add an action that removes all unused `using` namespaces and sorts them as well? Visual Studio and Monodevelop both sort them alphabetically, I think it...

type: task 🎯
type: question ❓
prio: normal

**Describe the bug** Unity Cloud Build fails when installing git URL through your method. It is fine when done normal Unity Package Manager way. I am using ssh rather than...

question

Hey there, Just updated to the new Unity 2018.3 and it looks like "VisibilityToggle" doesn't exist any more as a GUIStyle. Just wondering if you have any plans to support...

I could not find an option for formatting attributes and actually would like to ignore the formatting for "next line" for attributes. This is how I have my attributes ```csharp...

type: task
prio: normal
type: bug
subsystem: formatting

This PR reduces allocations caused by LINQ lambda expressions. Generally this is not too much of an issue, but for code that is executing a lot it causes extra garbage...

Solves #20 C# wrapper created to work along side of https://github.com/LauraWebdev/GodotSteam_CSharpBindings Note: I was able to test test with [Bomber Demo](https://github.com/MichaelMacha/SteamMultiplayerPeerExample/tree/demo) but only create a host. Blocked by #9 not...

I'm using GodotSteam C# bindings and saw there wasn't a C# wrapper for SteamMultiplayerPeer. Not sure if there is one already but I've made a start but its missing a...

- Updated the csproj to a supported version of .NET Framework as v4.0 is no longer supported and I didn't want to download it 😁 - Added missing files so...