JKohlman
JKohlman
Why do you need a link to get yarn? The readme shows how to get it through npm (`npm install yarn -g`) which comes with Node. The page you link...
This would probably be very low priority, if it ever happens - it would help/affect probably less than 1% of users and for the people who actually used it they...
We had this working on the old version of submerged and assumed it would be working on this one. Will look into it!
Just looked, apparently those weren't ever implemented on submerged. Good feature to add.
I'm no sound engineer nor musician, but I am a programmer! I'm not actually sure exactly how it works behind the scenes but we use a [GainNode](https://developer.mozilla.org/en-US/docs/Web/API/GainNode). We multiply the...
Not a bad feature but I think in it's current form it's a bit too "hacky" for a public version. I'm not sure where/how but I think the best way...
Un-assigned myself cause I just don't have the motivation outside of work to dig super deep into weird generics again, for a start at some debug logs you can check...
Minimized reproduction: ```cs [Choice("TestOption", options: new[] { "Choice One", "Choice Two" })] [OnChange(nameof(OnTestOptionChange))] public string choiceValue = "Choice One"; public void OnTestOptionChange(object sender, ChoiceChangedEventArgs e) { } ```
What exactly do you mean by "use their own customizable sliders"? I think it should be easy enough to just use a simple color picker (the one with arrows around...
Can you give a sample of what you're actually planning on doing? Was it just changing the names?