These are fixes for using the multiplayer extension features and upload extension features.

You must update to ver. 0.1.1 in order to be able to use multiplayer extension features and upload extension features with version 0.1.x.

Breaking Changes

  1. The ModelLoader initialization in the Example ApiController constructor has been removed. After creating ApiController, you must describe the ModelLoader initialization process.
  2. ModelLoader initialization process was added to CharacterModelExample.
  3. ApiController constructor argument appPassword was removed.
  4. ModelLoader initialization process was removed from ArtworkExample.

New Features

Added a UnityLegacyMultiplayLocalStorageCryptor to carry out multiplayer extension cache migration.