Migration Guide
This document outlines the required migration steps when upgrading the Chat SDK from version 1.1.0 or lower to version 1.2.1 or higher.
Organize and reconfigure folder
- If your existing SDK version is 1.1.0 or lower, delete the folder:
Assets > TheBackend > BackendChat
- After reinstalling the SDK, re-register the
Chat UUID
in the Unity Inspector. (You can find the Chat UUID in Console > Chat > Settings page.)
Change namespace
Starting from version 1.2.1, the namespace has been changed as follows. Some existing scripts may throw compile errors due to this change, so a global replace is recommended:
- using BackendChat;
+ using BackndChat;
Summarized checklist
- Delete
BackendChat
folder - Reconfigure Chat UUID
- Change namespace