From ce39299c9f67597dd923db3e77ce1e335421f56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E8=90=BD=E9=9A=8F=E9=A3=8E?= Date: Thu, 21 Nov 2024 16:09:28 +0800 Subject: [PATCH] fix url of inputextension --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d14e141..4f24d39 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ * 第三人称 Charactor 控制 * 常规Transform.Translate控制 7. 适配 Canvas 的 三种 RenderMode。 -8. 鼠标和Touch拖拽前需要检测是否打到 UI 组件,这里有[正确姿势](https://github.com/Bian-Sh/UniJoystick/blob/master/Assets/Joystick/Scripts/InputExtension.cs) +8. 鼠标和Touch拖拽前需要检测是否打到 UI 组件,这里有[正确姿势](https://github.com/Bian-Sh/UniJoystick/blob/master/Packages/Joystick/Runtime/InputExtension.cs) # Installation