How to migrate to SDK version 1.0.0 and higher
Structure changes in version 1.0.0
- Demo functionality and UI elements moved to a separate project. The SDK only contains classes and methods for working with Xsolla products.
- Changed SDK structures and classes, including:
- Renamed the
XsollaLogin
class toXsollaAuth
. - Split the
XsollaStore
class intoXsollaCatalog
,XsollaCart
, andXsollaOrders
.
- Renamed the
Note
To maintain backward compatibility, the original classes have been retained and marked as deprecated. Calls are proxied to new methods.
Package replacement
- Open your Unity project.
- Delete the
Xsolla
folder. - Download the SDK or demo project package.
Note
If you use code snippets or a demo scene UI in your project, download the demo project package because it already contains the SDK files. If you included a demo project in your Unity project, you don’t need to integrate the SDK.
- Unzip the package.
- In the Unity Editor, go to
Assets > Import Package > Custom Package in the main menu and select the SDK or demo project package. - In the dependency warning window, click
Install/Upgrade . As a result, theImport Unity Package window opens with a list of files checked and ready for installation. The list will indicate which files remain unchanged, which will be added, and which will be replaced. - Click
Import . - Test your application and make changes to the project code if necessary.
Was this article helpful?
Thank you for your feedback!
We’ll review your message and use it to help us improve your experience.Found a typo or other text error? Select the text and press Ctrl+Enter.