com.unity.game.foundation 0.4.0-preview.4

com.unity.game.foundation

Notes: processedReleased April 27, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2018.3

Package Dependencies

Features

  • Store System.
  • Editor can be found at: **Unity->Window->Game Foundation->Store**.
  • Manager/API can be found at `GameFoundation.catalogs.storeCatalog` to `GetCollectionDefinition` and/or `GetItem` as needed.
  • Assets Detail.
  • Attach assets to your item definitions and load them using `Resources.Load()` automatically.
  • Json Detail.
  • Provides the ability to add arbitrary typed fields to your item definition
  • IAP Transaction with IAP SDK
  • Item instances.
  • Items are no longer quantities in inventories, but identifiable item instances with custon stat per item.
  • Quantities, if needed, can be achieved using stats.

📈 Improvements

  • Inventories definition removed.
  • All the items are instantiated in the player inventory.
  • Item collections (list, map) will be introduced next release.
  • Virtual Transactions is now a item.