Damian Korczowski
Damian Korczowski
> This affects editor usability more than stability, the effect is the same but there is only one value that needs to be changed in the editor when paired mode...
Please, add some description or anything. Not sure what to do with that.
I'd suggest to test this with my PR #591 Maybe it is the time, to get it merged too.
Hi! Yes, we're missing dedicated server docs because we do not support Linux currently. Windows dedicated servers should work fine, and as far as I can tell, some people already...
Yeah, that is true. Could you write down a proposal list or PR for that? I don't have free time at the moment, and not sure when it will change,...
The idea of sandbox is to limit any harm that the mod can do, so that is why System.IO.File and System.IO.Directory are blocked. It a mod needs access to IO,...
__instance will be blocked, because harmony patches also do go trough sandbox. dotnet core has something like this, but the game is running on mono - so the only way...
Yes, this is not implemented, yet. Tracking is here: https://trello.com/c/c7BjHC33/30-use-in-game-mod-enable-toggle-to-enable-disable-addons
Looks like Harmony is getting into some conflict with the Unity's Burst compiler and/or it's internal functionality. I took a look at this, and found out, that this is some...