Clone hangs when you use Git submodules
Resolve issues with Git submodule clone steps hanging in Unity Build Automation.
Read time 1 minuteLast updated 21 days ago
Symptom
You configured your project to use Git submodules, but the clone step hangs.
Resolution
To stop the clone step from hanging, verify that you configured your submodules to use either the relative path or the SSH path to the submodule.
Additional resource
For an example of how to use relative paths, refer to this Stack overflow post.