2021-11-16
Features #
- New Pragma CLI option crypto
remoteServiceToken
for generating Partner game and social tokens RegisterEmailV1
api is configurable to create a pragma account and send an email with unique code to a prospective Beta user
Integration Notes #
- Renamed any references to Arbiter or Example to Demo (eg
ArbiterMatchEndPlugin -> DemoMatchEndPlugin
) - Renamed
4-example-ext
to4-demo
, and all example submodules todemo
instead - Updated Makefile and various build scripts to use
4-demo
instead of4-example-ext
- Renamed Unity and Unreal PragmaSDK
ExampleProjects
to bePragmaDemo
- Delete all references to
CatalogTestFactory
in test code. Reimport fromInventoryTestFactory
.CatalogTestFactory
has been collapsed intoInventoryTestFactory
. - Update all references from function
InventoryTestFactory.stackableCatalogEntries
toInventoryTestFactory.stackableSpecs
- Update all references from function
InventoryTestFactory.instancedCatalogEntries
toInventoryTestFactory.instancedSpecs
- Update all references from function
InventoryTestFactory.repeatedStackableDelta
toInventoryTestFactory.stackableDeltas
- Update all references from function
InventoryTestFactory.repeatedInstancedDeltaV2
toInventoryTestFactory.instancedDeltaV2s