The Easy Interaction System is a Unity package that enables you to easily create interactable objects with customizable interaction behaviors. Key features include:
- Inspect object
- Inventory
- Inventory/Save load system
- Intuitive editor interface for configuring object interactions
- Seamless integration with Unity's physics and input systems
- Extensible architecture for adding custom interaction logic
This package includes third-party content, such as images, audio, and fonts, used under various licenses. Please note that you will need to install two additional asset store packages: DOTween (HOTween v2) and Input System.
For more information on third-party components and their licenses, please refer to the 'Third Party Notices.txt' file included in the package. If you need further assistance, you can contact the author at [email protected] or leave a review in the review section.
Key Components:
- EE_Item: Base component for all kinds of items
- ItemContainer: For storing single item data
- EE_IItem: Interface for single item functions
- InteractionSensor: For detecting player collision
- InputHandler: Player input
- EE_Inventory: Inventory system





