diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fc6323f..81f4766 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -8,7 +8,6 @@ - @@ -51,6 +50,7 @@ + 1742956649478 @@ -101,7 +101,14 @@ - @@ -134,6 +141,7 @@ - \ No newline at end of file diff --git a/笔记文件/2.笔记/三消 音频管理工具.md b/笔记文件/2.笔记/三消 音频管理工具.md new file mode 100644 index 0000000..85ef4c4 --- /dev/null +++ b/笔记文件/2.笔记/三消 音频管理工具.md @@ -0,0 +1,5 @@ +#灵感 + +入口 + +![[Pasted image 20250327140825.png]] \ No newline at end of file diff --git a/笔记文件/2.笔记/如何取得UnityHub内旧版本Unity下载链接.md b/笔记文件/2.笔记/如何取得UnityHub内旧版本Unity下载链接.md index 75f1b65..7f97893 100644 --- a/笔记文件/2.笔记/如何取得UnityHub内旧版本Unity下载链接.md +++ b/笔记文件/2.笔记/如何取得UnityHub内旧版本Unity下载链接.md @@ -1,3 +1,15 @@ #unity/日常积累 -https://zhuanlan.zhihu.com/p/106132063 \ No newline at end of file +https://zhuanlan.zhihu.com/p/106132063 + +这种方式,暂时测试下来,只能下载,英特尔芯片的unity版本,就算加了arm64相关的,也无济于事,类似参考指令: + +``` shell +open -a "/Applications/Unity Hub.app" "unityhub://2022.3.19f1/244b723c30a6/mac-arm64" +``` + +还有一种办法,就是先开全局代理,翻墙拿到下载地址后,再粘贴到mac电脑即可,下载链接,举例说明: + +``` +https://download.unity3d.com/download_unity/630718f645a5/MacEditorInstallerArm64/Unity-2022.3.59f1.pkg +``` \ No newline at end of file diff --git a/笔记文件/2.笔记/震动插件 问题.md b/笔记文件/2.笔记/震动插件 问题.md index 30b4e21..4aee674 100644 --- a/笔记文件/2.笔记/震动插件 问题.md +++ b/笔记文件/2.笔记/震动插件 问题.md @@ -44,4 +44,8 @@ overlayJsonClip = JsonSerializer.SerializeToUtf8Bytes(currentHapticConfig, optio 震动报错相关 -![[Pasted image 20250324102806.png]] \ No newline at end of file +![[Pasted image 20250324102806.png]] + +震动 三消 项目组 外部调用: + +![[Pasted image 20250327141412.png]] \ No newline at end of file diff --git a/笔记文件/日记/2025_03_26_星期三.md b/笔记文件/日记/2025_03_26_星期三.md index d6fd7b6..22e2dc8 100644 --- a/笔记文件/日记/2025_03_26_星期三.md +++ b/笔记文件/日记/2025_03_26_星期三.md @@ -27,7 +27,7 @@ - [x] 记得提醒一下 X项目组 AndroidManifest把debug模式,改掉 - [ ] 处理一下c编译生成.so和.a相关 - [ ] 后面记得要写日报 -- [ ] 明天记得要退 问界 定金 +- [x] 明天记得要退 问界 定金 --- [[git排除 排除CRLF行尾差异]] [[gitattributes作用]] diff --git a/笔记文件/日记/2025_03_27_星期四.md b/笔记文件/日记/2025_03_27_星期四.md index d77a4a2..a71d9b4 100644 --- a/笔记文件/日记/2025_03_27_星期四.md +++ b/笔记文件/日记/2025_03_27_星期四.md @@ -25,6 +25,8 @@ - [ ] 把meta adapter 追踪,接入到slot项目组新包 - [ ] 记得跟进,slot提审,配置了开发者网站 - [ ] 中台的ios打包机,unity 升级到 2022.3.59 版本 +- [ ] 看一下 音频管理工具相关逻辑和调用 +- [ ] 震动序列 精度处理,调整一下位置:在生成震动序列的时候,就可以处理精度 --- - +[[三消 音频管理工具]] # Journal diff --git a/笔记文件/附件/Pasted image 20250327140825.png b/笔记文件/附件/Pasted image 20250327140825.png new file mode 100644 index 0000000..bbe770a Binary files /dev/null and b/笔记文件/附件/Pasted image 20250327140825.png differ diff --git a/笔记文件/附件/Pasted image 20250327141412.png b/笔记文件/附件/Pasted image 20250327141412.png new file mode 100644 index 0000000..61b9cb7 Binary files /dev/null and b/笔记文件/附件/Pasted image 20250327141412.png differ