Skip to content
We're expanding our documentation. Not all guides are available yet. 🛠️
Guides
👥 Get Wallet Information

Personalizing Player Experience with Wallet Information

Enhancing user engagement begins with personalization. By integrating players' unique data within the game, you create a more tailored and immersive experience. This guide will walk you through the steps to access and utilize player wallet addresses, names, bios, and profile pictures within your game environment.

Fetch Player Information

Start by gathering player information right when the game kicks off. Employ the At the beginning of the scene event paired with the Fetch user data action to obtain the necessary player data. Example:

Wallet 1

Check if Player Information is fetched

Next, ensure the player's profile data has been successfully retrieved by using the Player profile is fetched condition.

Example:

Wallet 2

Implement Player Data

You can now incorporate the following pieces of player information into your game dynamics:

  • Profile Picture
  • Name
  • Wallet Address
  • Bio

Example of Displaying Player Name:

Wallet 2

💡

Pro Tip: To update the player's profile picture dynamically, utilize the LoadImageFromURL extension.

By following these steps, you can enhance player engagement and offer a customized gaming experience within your 3Engine-powered game.