Lucky Raccoon Games
  • Start Here
  • Really Simple Steam Integration
    • Setup
    • Running Demo Scenes
    • Leaderboards
      • Setup
      • Initializing Leaderboards
      • Submitting Scores
      • Retrieving Leaderboard Data
    • Stats and Achievements
      • Setup
      • Unlocking Achievements Directly
      • Unlocking Achievements from Stats
    • Cloud Save
      • Setup
      • Saving and Loading Data
    • Friends List
      • Setup
      • Getting Friends Data
    • Drag & Drop UI Components
    • Troubleshooting
    • Useful Links
  • Really Simple Tutorials
    • Setup
    • Running Demo Scenes
    • Tutorial Screen
      • Categories
      • Items
      • Setting up the screen with your data
      • Tutorial Manager anatomy
    • Tutorial Popup
      • Showing and hiding Popups
      • Tutorial Popup anatomy
    • Integrations
      • New Input System
    • Troubleshooting
  • Support
Powered by GitBook
On this page
  1. Really Simple Steam Integration

Drag & Drop UI Components

Drag and drop components so you don't have to work ;)

PreviousGetting Friends DataNextTroubleshooting

Last updated 2 years ago

Really Simple Steam Integration comes with some ready-made UI components with current player data, so you can easily display this information in your games.

These components are available in the folder Assets > Lucky Raccoon Games > Really Simple Steam Integration > Prefabs > UI

All UI components also have settings for prefixes and suffixes, so you can easily create sentences without the need for additional components

A working example of UI Components can be found at Assets > Lucky Raccoon Games > Really Simple Steam Integration > Demo > 00 Main

Here are the components available up to version 1.0:

Steam Player Avatar

Displays the image of the currently logged in player

Steam Player Name

Displays the currently logged in player's public display name

Steam Friend Count

Displays the total number of friends the player has on Steam

Steam Online Friend Count

Displays the total number of friends the player has on Steam that are currently online. Excludes friends who are in "Offline", "Away" or "Snooze" status.

Some ready-made UI components in action