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 Tutorials
  2. Integrations

New Input System

PreviousIntegrationsNextTroubleshooting

Last updated 1 year ago

Before using the new input system integration, make sure you have it installed correctly in your project. .

Assuming you already have the New Input System working in your project, import the integration package, available at Lucky Raccoon Games > Really Simple Tutorials > Integrations > New Input System:

After importing the integration pack, run the scene "05 Tutorial Screen Demo - New Input System", available at Lucky Raccoon Games > Really Simple Tutorials > Demo > Scenes. Note that this scene is exactly the same as the "01 Tutorial Screen Demo" scene, only changing the support for the New Input System. Use this scene as a base to create your own tutorial screen if you wish. Don't forget to make a copy to avoid your scene being overwritten in future updates.

The scene has already been configured to use keyboard, mouse and joysticks, following a standard game industry keymap, but if you want to change something, just edit the "TutorialScreenActions.inputactions" file, available at Lucky Raccoon Games > Really Simple Tutorials > NewInputSystem

Follow this link for more details
Import the integration package