VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.47k stars 314 forks source link

[BUG] Git submodule not synchronized. #80

Closed fangjunzhou closed 2 years ago

fangjunzhou commented 2 years ago

Describe the bug When I use the git submodule inside the Package directory, changes are not synchronized through projects.

To Reproduce Steps to reproduce the behavior:

  1. Use git submodule to add a submodule inside Package dir.
  2. Make some changes to the submodule in the parent project.
  3. The package in the child project will not change.

Expected behavior Ideally, all the changes should be synchronized. I'm not sure it is because there's some limitation with symbol links for submodules.

Screenshots/Video None

Enviroment (please complete the following information):

Additional context None