tuyoogame / huatuo

huatuo是一个特性完整、零成本、高性能、低内存的近乎完美的Unity全平台原生c#热更方案。 Huatuo is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotfix
MIT License
2.31k stars 377 forks source link

不支持git submodule #24

Closed eelgame closed 2 years ago

eelgame commented 2 years ago

目前的目录结构不支持git submodule的方式,不利于管理,每次更新都需要手动copy. 能不能调整下目录结构。

pirunxi commented 2 years ago

妥。马上就改了。

pirunxi commented 2 years ago

huatuo目录是huatuo项目的子目录,使用git submodule做不到链接一个子目录。建议使用如果有合适的办法,可以QQ群里告诉我们。目前推荐win下使用 mlink 来建立一个链接。

eelgame commented 2 years ago

mv huatuo/huatuo/* huatuo/

可以这样吗

pirunxi commented 2 years ago

可以。但不是很妥。