新增对 InputSystem 的支持

Update BaseGraph.cs

Update XCharts.Runtime.asmdef
This commit is contained in:
边上海
2023-01-29 19:43:05 +08:00
parent e90d7d61d9
commit 7fbaf7af70
14 changed files with 444 additions and 288 deletions

View File

@@ -0,0 +1,17 @@
---
title: 入门教程:从 Input Manager 转到 Input System
sidebar_position: 1
slug: /inputsystem
---
# 教程:从 Input Manager 转到 Input System
## 1. 按图示修改项目配置中输入模式为 Input System
![Project Settings](img/inputsystem02.png)
## 2. 使用 Unity Package Manager 安装 Input System
![UPM](img/inputsystem01.png)
## 3. 选中场景中 EventSystem 游戏对象,更换输入模组
![Input Module](img/inputsystem03.png)