0.13.2 -> 0.14.0
Before
-
SmartContractServiceConfigwas aScriptableObjectimplemented to game in build time. -
StandaloneBrowserJsConfig's variables were named differently.
After
-
SmartContractServiceConfigis data fetched from backend (OldScriptableObjectwith missing script can be safely deleted). It is needed only for duels, and not for asynchronous games. To retrieve the data and initializeSmartContractService, call theSmartContractService.Initializemethod.If your game is not connected to
SmartContractServicein our database, it will result in an error. To connect your game, contact us on our Discord server. -
StandaloneBrowserJsConfig's variables were renamed, which resulted in resetting values to the default. To make it work like before, it is suggested to setchain idto 11155111 (or another you use), every checkbox to true, delays to 100.