XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
309 stars 34 forks source link

FR: Add dialog on XRTK-Core UPM installation, to request the install of other packages #351

Closed SimonDarksideJ closed 4 years ago

SimonDarksideJ commented 5 years ago

XRTK - Mixed Reality Toolkit Feature Request

Is your feature request related to a problem? Please describe

Presently, when the user imports the seed package or registers the Core UPM package, they then have to manually launch the package manager to locate and install the other XRTK UPM packages.

Originally we had a dialog to select the other packages, which was very useful. We should still have a popup on first import to offer the user the choice to import the other packages

How would you classify your suggestion

Describe the solution you'd like

When the Core package is first imported, the user should get a view asking if they want the other XRTK packages installed.

This should list the available packages for install. preferably using the Unity window launched and filtered to XRTK. An option should exist in the menu to return to this view.

image

Describe alternatives you've considered

Manually registering packages

StephenHodgson commented 5 years ago

I wonder if there's a way to open the upm package manager window and put it a specified search.

StephenHodgson commented 5 years ago

Remember we used to have something like this, but we got a ton of feedback that it was annoying and took forever to install the other missing packages.

SimonDarksideJ commented 5 years ago

I was just investigating for a programatic way to open the UPM manager, which would be ideal.

Remember we used to have something like this, but we got a ton of feedback that it was annoying and took forever to install the other missing packages.

The feedback wasn't that this was annoying. What was annoying was that everything was installed by default and you couldn't uninstall them (as they would just reinstall) :D

StephenHodgson commented 5 years ago

I was just investigating for a programatic way to open the UPM manager, which would be ideal.

Awesome 😁 Can't wait to see it

StephenHodgson commented 4 years ago

Any update to this?