kohanis

Results 33 comments of kohanis

Also a little offtopic: is Rust port still in plans?

I would say 1st now and 3rd maybe later. Dependencies for categories it's overkill Splitting client / server / both into different packs it's also mod deps duplication, or even...

Well, I needed to do update checks for my local project and... what's wrong with checking {steamcmd}/steamapps/appmanifest_896660.acf? With cached buildid. Or even comparting it with steamcmd.net data (https://api.steamcmd.net/v1/info/896660) without steamcmd...

Mono support only up to 4.7 features, and even this not in full // i was wrong, mono 6.6.0+ and unity 2020.2 support almost all c#8 features (information about it...

Yeah, as I said, it works particularly, but then you will need to indicate in readme about not-working features of 4.8 in mono+current unity(which aren't clearly listed anywhere) and c#8...

That's the neat part - mono 5.2.0 targets 4.7) But AppContext.GetData is just ```cs public static object GetData(string name) { throw new NotImplementedException(); } ``` Unity 2017 mono is targeting...

Yes. Also, as alternative `AppDomain.CurrentDomain.GetData` could be used if `AppContext.GetData` is not present, on frameworks it's literally reroute, idk why mono left `NotImplementedException`

Indeed, there are no problems with unity 2017, just checked. But original mono

Okay, there is one thing. core 3.1 sdk does not support file-scoped namespaces even with preview. There are already file-scoped namespaces in master. Should I convert them to block-scoped namespaces...

Fair, removed it for now. As for 79, I don't see any incompatibilities, but better check later. I was actually planning to do a full merge to 2.3-prerelease.3 later, but...