# Unity Input Toolkit **Repository Path**: River314588804/unity-Input-Toolkit ## Basic Information - **Project Name**: Unity Input Toolkit - **Description**: 适用于 Unity 平台的输入控制类工具包 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-01 - **Last Updated**: 2026-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Unity, input ## README # Unity Input Toolkit | 输入扩展工具包 ___ #### 说明|仓库起源 封装动作行为,可快速部署为目的工具包。   #### 说明|支持内容 1. Input Manager:主提供针对 GameObject 对象的鼠标行为动作(版本1) 此版:基于 GameObject 添加 MonoBehaviour 进行识别。 2. Mouse Input:主提供识别 GameObject 的鼠标行为动作(版本2) 此版:基于 GameObject 存储匹配以识别。(无挂载脚本依赖)   #### 说明|快速上手 ``` 版1: InputCenter.Get(GameObject target) += OnMouseEnter; 版2: MouseInputSystem.Instance.Lib.Register(GameObject target, CheckMode mode); MouseInputSystem.Instance.OnMosueEnter += OnMouseEnter; ```   #### 说明|依赖环境 暂无