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

Hylas Roadmap #2

Closed
6 of 15 tasks
waterpop opened this issue Apr 5, 2021 · 1 comment
Closed
6 of 15 tasks

Hylas Roadmap #2

waterpop opened this issue Apr 5, 2021 · 1 comment
Labels
A-Hylas Issue belongs to Hylas C-enhancement New feature or request

Comments

@waterpop
Copy link
Collaborator

waterpop commented Apr 5, 2021

目前的实现方案是 Patch ResMgr.Load 后进行图片替换,然而这种方式实际上限制很大,而且必须要处理各个不同种类 GameObject 的布局。或许可以把整个 GameObject 直接从外部加载进来,但这又会导致每个资源都需要用 Unity Editor 来生成。
目前可以修改的部分以及所在的路径如下:

  • 人物立绘 (Game/Portrait/) ResMgr.Load (背饰可能在其他地方) 背饰在 \Back
  • 战斗小人 (Battle/Human/) ResMgr.Load Landed in 6f3df31
  • 怪物 (Battle/Monst/)
  • 地图单位(坐骑/格子图标等) (Map/*)
  • UI 图片 (UI/*) ResMgr.Load<T>
  • 特效 (Effect/*)
  • 其他材质(突破/奇遇的图片等) (Texture/*)
  • 声音 (Sound/*)

以及可能会有趣的额外部分:

  • 加载动图
  • 播放视频
  • 对话语音
@waterpop waterpop added C-enhancement New feature or request A-Hylas Issue belongs to Hylas labels Apr 5, 2021
@waterpop waterpop pinned this issue Apr 5, 2021
waterpop added a commit that referenced this issue Apr 11, 2021
@waterpop
Copy link
Collaborator Author

关闭。请使用补天 (https://github.com/LangYueMc/Butian)

@waterpop waterpop unpinned this issue Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Hylas Issue belongs to Hylas C-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant