Adrian Stutz
Adrian Stutz
Cool, thanks for the PR! Will take a bit of time before I can review and merge this, thanks for your patience. net472 was there for Homebrew, which only had...
Hey, I released v2.11.0 as preparation for the windows support, to remove net472 support and move everything to net6.0. I've also merged your PR into the [windows](https://github.com/sttz/install-unity/tree/windows) branch and added...
Oh, sorry, I need to update the documentation. Since 1.3.0 and f19ca220, Trimmer switches the active build target and waits for the domain reload before doing a build. You need...
Could you try importing the project once first and then running the build in a separate invocation? Just to see if the issue is related to the project being imported...
I think Trimmer and PlayerPrefs serve different purposes. Trimmer is intended for development options, helping you create different types of builds and to also reconfigure builds where that makes sense....
We use it to enable debug features (logging, cheats, invincibility, fps display etc), exhibition-related options (unlock all, different menu structure, idle reset) and the various integrations (Steam, GOG, IAP, Game...
I think Trimmer could definitely be extended to support runtime configuration as well, it's just not what I've been using it for. Though, I would want this to stay optional,...
What would be the difference between the existing `expresso disconnect` command and `vpn off`? expresso doesn't keep any state so I cannot save the most recent location. I'm not sure...
Thanks for the report! It seems like the issue is garbage data on Crunchyroll's side. I'm taking the season and episode numbers from the left column, notice how both seasons...
You can increase the verbosity by adding `-v` or `-vv` to the arguments. Then you should get a stack trace with the error, which should help to point to the...