You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2025. It is now read-only.
在
Assets/Scripts/UI/CustomSkin.cs的Start函数中,对自定义皮肤的目录位置是这样定义的:我不清楚这条代码在Windows下的运行结果,但在macOS下,由于之后的引用中文件名开头同样带有
/符号,例如"/tap.png",这会导致错误的目录引用,即../Skin//tap.png,导致对皮肤文件的引用失败。