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.
- You will not be able to use multiplayer extension features or upload extension features with just the standard SDK. In addition to the regular SDK, you will have to apply for the multiplayer SDK.
Breaking Changes
- The ModelLoader initialization in the Example ApiController constructor has been removed. After creating ApiController, you must describe the ModelLoader initialization process.
- ModelLoader initialization process was added to CharacterModelExample.
- ApiController constructor argument appPassword was removed.
- ModelLoader initialization process was removed from ArtworkExample.
New Features
Added a UnityLegacyMultiplayLocalStorageCryptor to carry out multiplayer extension cache migration.