This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
GitHub for Unity v1.1.0 does not initialize in projects. #941
Closed
Description
Description
The first time the extension was loaded, it was unable to list the changes in the directory consistently. Mostly failed to detect change even if there were a lot of them.
Looking through the logs it says that the package commander
was not found.
Steps to Reproduce
- Launch Unity with new empty project
- Open GitHub window
- Fails to initialize beyond showing the logo
Expected behavior: Initialization should be completed to make the Github window usable.
Actual behavior: Error message saying initialization failed.
Reproduces how often: Didn't work a single time.
Additional Information
Log:
github-unity.log
github-unity-old.log
P.S. The log file contains a bit of logs for version
1.0.3
as I switched back to it.