Skip to content

feat: 选择画笔工具并悬停鼠标时显示虚影音符 - #418

Open
Chen-Luan wants to merge 8 commits into
IPOL-Studio:mainfrom
Chen-Luan:feat/选择画笔工具并悬停鼠标时显示虚影音符

Hidden character warning

The head ref may contain hidden characters: "feat/\u9009\u62e9\u753b\u7b14\u5de5\u5177\u5e76\u60ac\u505c\u9f20\u6807\u65f6\u663e\u793a\u865a\u5f71\u97f3\u7b26"
Open

feat: 选择画笔工具并悬停鼠标时显示虚影音符#418
Chen-Luan wants to merge 8 commits into
IPOL-Studio:mainfrom
Chen-Luan:feat/选择画笔工具并悬停鼠标时显示虚影音符

Conversation

@Chen-Luan

Copy link
Copy Markdown
Member

大概是下面这个效果.. 暂时不确定会在移动端怎么表现,可以之后移植时处理

图片

@Chen-Luan Chen-Luan added Type: 优化 Enhancement 新需求或原有功能的优化 Optimization of new requirements or existing functions ▪ UI/UX 涉及到UI或UX的问题 Questions involving UI or UX Priority: 中 Medium ▪ 制谱器 Chart Editor labels Aug 4, 2026
@memorydream

Copy link
Copy Markdown
Collaborator
  1. 单开一个 class Previewer : MonoBehaviour
  2. 不管是 alpha 还是 raycastTarget 都可以用 CanvasGroup 这个组件调整,不影响 note previewers 的原始状态
  3. 直接给预览 note 单开实例就行,不需要放回对象池,让 Previewer 自己管理,这里没有高频创建需求,跟随 note type 做 SetActive 就好

Comment thread Cyan-Stars/Assets/Scripts/Gameplay/ChartEditor/View/Previewer.cs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

▪ 制谱器 Chart Editor Priority: 中 Medium Type: 优化 Enhancement 新需求或原有功能的优化 Optimization of new requirements or existing functions ▪ UI/UX 涉及到UI或UX的问题 Questions involving UI or UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants