Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[提案]制作可视化的网络加载间隔提醒 #58

Open
AliceHeiBai opened this issue Dec 25, 2024 · 2 comments
Open

[提案]制作可视化的网络加载间隔提醒 #58

AliceHeiBai opened this issue Dec 25, 2024 · 2 comments

Comments

@AliceHeiBai
Copy link

背景

正如之前我的其他提案描述的,我的地图客人需要音乐去辅助表演。
这种活动需要足够多的人,我的地图一般都会聚集20-60名舞蹈表演者,为了防止他们误操作,我在你的UI基础上委托我的朋友制作了一个可视化的网络加载间隔提醒。
它看起来是这样的:
VIZVID间隔

效果

效果很简单,当任何用户点击了新的链接,在所有人的UI之上叠加一层具有射线碰撞的平面,在5秒内阻止用户操作。

在没有这个功能之前,我经常看到他们互相抢链接....
虽然受限于VRC本身的网络同步,这无法处理两个现实世界几乎同时发生的点击事件,但仍然有效阻止了大量这种非极端情况的误操作。

@JLChnToZ
Copy link
Owner

其實播放器底層有做到處理,會確保兩次載入嘗試會至少相隔5秒。聽起來那機制不管用?

@AliceHeiBai
Copy link
Author

基本上播放器底部有实现处理,会确保两次入场尝试会至少相隔5秒。回调那机制不管用吗?

我本人也在他人刚刚播放歌曲时点击链接立即覆盖了他的请求,并向我返回了“请稍后再试”的等待提示。我会尝试更新到最新版本(现在的版本大约是几个月前的),检查我的设置再试试。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants