PlayFab / MpsAgent

Azure PlayFab Multiplayer Servers LocalMultiplayerAgent project and helper libraries
https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/
MIT License
51 stars 27 forks source link

RegionConfigurations.VmSize not deserialized/parsed correctly #136

Open emmanuel-jr opened 2 years ago

emmanuel-jr commented 2 years ago

New CreateBuild Feature

RegionConfigurations override VmSize is not deserialized/parsed correctly from the BuildSettings.json file. BuildRegionParams has VmSize with type AzureVmSize however, VmSize is deserialized as a string so returns null

What we could do: