-
-
Notifications
You must be signed in to change notification settings - Fork 34
XRTK - First time install #173
Comments
Not sure this is a bug as it's the intended behavior to install the default packages. Could it be faster? Yes. I wonder if moving to npm will make that faster. |
My view after playing with it some more with my "New user" hat on (and judging from the feedback I've heard from MR dev days). ALL ON by default just slows down the new project experience. |
I understand, but maybe we can do like Unity and pull in the package specifically for that build target? |
Possibly, however only UWP is separate atm. |
Survey seemed to indicate developers would like an Opt-In model. Thoughts @StephenHodgson on how to achieve this? |
Should be easy enough to do by updating the default package profile |
An ancillary bug to look at in relation to packages @StephenHodgson , seems you can't uninstall the packages and have them stay uninstalled :S |
That was part of the serialization bug with the package profile I mentioned earlier. I should probably log that bug. |
Suggestion / request from MRDevDays @StephenHodgson , is to only import the Core, then pop up a prompt to let the user select any additional packages to import. So update the default packages asset to only have Core + git. Then once imported, popup the package window to import more. |
All the stuff to make this happen is there, we just need to have the window show itself using the |
XRTK - Mixed Reality Toolkit Bug Report
Describe the bug
When first installing the XRTK via the UPM package manager, everything is installed by default. This creates a bit of a jarring experience with multiple installs running over and over.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
XRTK should be installed and it should then be possible to add more platforms as desired.
Actual behaviour
Everything is on, cannot easily through the Confg profile remove platforms and forced to use the UPM manager to remove afterwards.
Unity project is unusable for a few minutes while the packages are imported.
Your Setup (please complete the following information)
Target Platform (please complete the following information)
New project, user might not be sure which to start with.
The text was updated successfully, but these errors were encountered: