XsollaLogin - CRYENGINE V plugin for integration Xsolla Login API
- Unpack
SDKs.7zarchive in root folder - Setup CRYENGINE 5.6 (if it not setuped)
- Use XsollaLogin.cryproject for generation solution
- Open solution with Visual Studio and build it
- After compiling plugin go to
bin/win_x64folder and copyXsollaLogin.dllto you project bin folder - Copy
cpprest_2_10.dllfromSDKs/cpprestsdk/lib/Releasefolder toCRYENGINE/bin/win_x64folder (you need add this dll also in project bin folder when you releasing game) - Add XsollaLogin plugin to you .cryproject file
{
"type": "EPluginType::Native",
"path": "bin/win_x64/XsollaLogin.dll"
}- Set
xl_login_project_idconsole variable (Read more on WIKI) - That's all. Plugin ready for using
- For more instructions - please read our WIKI