Easy Interaction System
  • 👋Welcome
  • 🚀Installation
    • New Project Setup
  • Setup new scene
  • Creating new interactions
    • Interaction anatomy
      • Input hints
        • More additional action hints
        • UpdateHints
      • Keep action active
      • Analog of OnEnable and OnDisable interaction
      • Analog of Update
      • Debug active interactions
  • Suport
  • Additional Systems
    • Inventory System
    • Notification System
Powered by GitBook
On this page
  1. Installation

New Project Setup

PreviousInstallationNextSetup new scene

Last updated 1 year ago

  1. Create a new project with any pipeline: URP, SRP or HDRP

//TODO: Say about outline if required

//TODO: urp setup

  1. Go to Edit -> Project Settings -> Input Manager. Add 4 new controls: InteractPrimary, InteractSecondary, ToggleInventory and Change:

  1. Create new layer, with name Interactable

  1. Navigate to Assets/Easy Interaction System/Scene/Interaction/Demo Scene.unity , and locate gameobject Game Tools. Set layer Interactable for Interaction Raycaster, in field Layers To Cast

  1. Enjoy!

🚀