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

UPM Doesn't show available versions for Private Azure DevOps Repo #85

Closed
TCROC opened this issue Mar 7, 2020 · 8 comments
Closed

UPM Doesn't show available versions for Private Azure DevOps Repo #85

TCROC opened this issue Mar 7, 2020 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@TCROC
Copy link

TCROC commented Mar 7, 2020

UpmGitExtensionVersion: "1.1.0-preview.12-upm"

Other versions to install are not displayed after closing the Unity Project and opening it back up for a Private Azure DevOps repo.

First Install:

image

image

Everything appears correctly.

After closing and reopening Unity, the available versions no longer display. Even if refreshing the UPM.

image

The UPM versions appear correctly though. Just the Private Azure DevOps repos that are the problem.

@TCROC TCROC added the bug Something isn't working label Mar 7, 2020
@TCROC TCROC changed the title UPM Doesn't show available versions for Private Azure DevOps repo unless adding repo UPM Doesn't show available versions for Private Azure DevOps Repo Mar 7, 2020
@mob-sakai
Copy link
Owner

mob-sakai commented Mar 9, 2020

@TCROC
Hmm...
It doesn't happen in my environment.

  • Unity 2019.3.0f6
  • UpmGitExtension 1.0.0-preview.12
  • Azure Dev Ops Repos (private)
  • ssh protocol & https (with access token) protocol

Question: Can you clone it with terminal / prompt?

git clone {your_repo_url}

Hint: If you add UGE_LOG as a script define symbol, a detailed log will be displayed on the console.

image

image

@TCROC
Copy link
Author

TCROC commented Apr 8, 2020

Idk what the issue was, but this no longer appears to be an issue. Things seem to be working correctly. Maybe I just had slow internet that day. I'll close this for now as it doesn't seem to be an issue.

@TCROC TCROC closed this as completed Apr 8, 2020
@hannesdelbeke
Copy link

@TCROC
hi, sorry if this is not the appropriate place to post but not sure where else to post this.

how do you get versioning to work in azure git repo with this extension?

@TCROC
Copy link
Author

TCROC commented Jan 18, 2021

@TCROC
hi, sorry if this is not the appropriate place to post but not sure where else to post this.

how do you get versioning to work in azure git repo with this extension?

Could you open up a separate issue with the struggles you are having? Then we can help you get it set up correctly or fix the bug if it is an issue with UPM. :)

@hannesdelbeke
Copy link

created one here:
#108

upon more testing i realized loading a package from git repo on azure works fine
but it doesn't work with subfolders

@TCROC
Copy link
Author

TCROC commented Jan 19, 2021

created one here:
#108

upon more testing i realized loading a package from git repo on azure works fine
but it doesn't work with subfolders

Depending on the version of unity that you are using, I think sub folders are supported. I think they were added in Unity 2020 but I'm not sure.

@hannesdelbeke
Copy link

that is the issue
my unity version does support subfolders through the http "?path=/" addon
image
it is even documented on the unity docs

the subfolders work fine when i add them manually to the manifest
but it doesn't work when trying to do it trough this git extension tool

and when i add my package manually, it shows up in the package manager
but there is no update version button
image

this extension adds an update version button to any other git repo i have that do not use subfolders

actually on looking into it further it's not just missing, it's inconsistent since it does show here, and this is a fork of this repo moved to a subfolder. then setup manually through the manifest
image

@hannesdelbeke
Copy link

when not installing in a subfolder i get a dropdown arrow and the option to choose version
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants