Sam Bloomberg
Sam Bloomberg
When using automatic registration of types, the table from [here](https://www.moonsharp.org/mapping.html#auto-conversion-of-clr-types-to-moonsharp-types) isn't true for the more complex types (type/methodinfo/list/dictionary/enumerable/etc) due to `ClrToScriptConversions.ObjectToDynValue` using `UserData.Create` to check if the value is valid...
The license section of the readme states: > GGPO is available under The MIT License. This means GGPO is free for commercial and non-commercial use. Attribution is not required, but...
Requires Epic to accept https://github.com/EpicGames/UnrealEngine/pull/13686 first as one required method is not exported from `Core`. Unreal has a little-known macro `UE_ADD_CRASH_CONTEXT_SCOPE` which allows running code to add additional information to...