XRTK / com.xrtk.core

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

After installing the 0.2 preview SDK only, Option to select other packages in the menu is missing #663

Closed SimonDarksideJ closed 4 years ago

SimonDarksideJ commented 4 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

Installed the 0.2 preview, which includes the new dialog for quickly installing the other XRTK packages, however, after install the menu option to select packages is missing

To Reproduce

  1. Create new project
  2. Install XRTK
  3. Observer package selection window and unselect everything except SDK
  4. Finish install
  5. Open Editor menu

Expected behavior

Menu option to view and install other packages

Actual behavior

Nope, nothing, nada

Screenshots

Current image

Should include image

Your Setup

Additional context

StephenHodgson commented 4 years ago

I'm surprised it's still there in the menu. After the initial installation the menu item should have been removed, and devs use the native package manager to grab any additional packages they require.

StephenHodgson commented 4 years ago

This is by design. Installing additional packages via the upm window is the only way to get additional packages after the initial installation. The menu was added in case the upm server was somehow unreachable or if there was a compilation error on seed package import.