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

u3d/install: already installed packages are reinstalled #161

Closed
lacostej opened this issue Oct 2, 2017 · 2 comments
Closed

u3d/install: already installed packages are reinstalled #161

lacostej opened this issue Oct 2, 2017 · 2 comments
Labels

Comments

@lacostej
Copy link
Member

lacostej commented Oct 2, 2017

This is because modules have different names in ini and locally. Right?

@niezbop
Copy link
Member

niezbop commented Oct 3, 2017

Indeed. When we detect installed packages we do it on a name basis and this name is different than the one in the ini files, and therefore no correspondance.

@lacostej
Copy link
Member Author

lacostej commented Nov 3, 2017

Investigated a bit.

Here are the list of modules of the 2017.3.0b7 available on the INI file:

Android AppleTV Documentation Example Facebook-Games Linux Mac MonoDevelop Samsung-TV StandardAssets Tizen Unity Vuforia-AR WebGL WebPlayer Windows iOS

Here are the list of modules detected by u3d after install of all modules of 2017.3.0b7

Android Facebook StandaloneLinux StandaloneWindows UnityExtensions WebGL iPhone tvOS

There are several issues

  • the names are different
  • some modules are installed in different ways (no ivy.xml)
  • some are non existent (e.g. WebPlayer)
  • the above is maybe platform specific

Not really sure we are going to spend time doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants