Sequence SDK Troubleshooting for Unity and Unreal Engine
Overview: This guide addresses common problems developers face when integrating Sequence SDK into Unity or Unreal Engine projects and provides solutions.
1. Wallet Connection Issues
Problem: Wallet doesn’t connect or authentication fails.
Solution:
- Ensure your project is correctly configured
- Verify that the SDK is up-to-date with the latest version.
- Check your network settings and ensure you’re not blocking API calls.
2. Plugin Not Loading in Unreal Engine
Problem: Sequence plugin doesn’t appear in Unreal Engine’s plugin list.
Solution:
- Check if the plugin is placed in the correct directory (
Plugins/SequenceSDK
). - Restart Unreal Engine and re-enable the plugin in
Edit > Plugins
. - Ensure your project is compiled after adding the plugin.
- Double check that “Show Plugin Content” is enabled in your Content Drawer settings
**
3. API Errors
Problem: Receiving errors like API Key Invalid
or Unauthorized
.
Solution:
- Double-check your API Key in the SDK settings.
- If you’re using a Testnet, ensure the Testnet is specified in the network configuration.
4. Debugging Tips
- Enable detailed logs in the Sequence SDK settings for both Unity and Unreal Engine.
- Test your integration on a Testnet before moving to Mainnet.
- Consult the official Sequence SDK documentation for code examples and updates.
To learn more, please check out our official docs page.
**
Updated on: 19/12/2024
Thank you!