Skip to content

Build window fixes rollup (10536 && 10571)#10575

Closed
david-c-kline wants to merge 12 commits into
microsoft:prerelease/2.8.0from
david-c-kline:usbNcm-2
Closed

Build window fixes rollup (10536 && 10571)#10575
david-c-kline wants to merge 12 commits into
microsoft:prerelease/2.8.0from
david-c-kline:usbNcm-2

Conversation

@david-c-kline

Copy link
Copy Markdown

This change is a combination of two related PRs (#10536 && #10571). It was created to help validate the changes in both work together as expected.

Fixes: #10406 and #10322

@david-c-kline david-c-kline requested a review from MaxWang-MS May 4, 2022 22:13
@david-c-kline david-c-kline self-assigned this May 4, 2022
@david-c-kline david-c-kline added this to the MRTK 2.8 milestone May 4, 2022
@david-c-kline david-c-kline added the Build / Tools Issues related to build and tools. label May 4, 2022
@david-c-kline david-c-kline changed the base branch from main to prerelease/2.8.0 May 4, 2022 22:14
currentConnection.IP = EditorGUILayout.TextField(IPAddressLabel, currentConnection.IP, GUILayout.Width(HALF_WIDTH));
if (GUILayout.Button("Connect over USB", GUILayout.Width(128f)))
{
Application.OpenURL("https://docs.microsoft.com/en-us/windows/mixed-reality/develop/advanced-concepts/using-the-windows-device-portal#connecting-over-usb");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove en-us/ from the URL.

{
using (var c = new EditorGUI.ChangeCheckScope())
{
string target = IsHoloLensConnectedUsb ? HOLOLENS_USB : DeviceInfo.LocalMachine;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been thinking through this, and Local is also used to deploy things like x64 to your local PC for VR. I'm not sure removing it wholesale like this is the best move. I might be missing it, but I don't see a new codepath restoring this feature.

{
using (var c = new EditorGUI.ChangeCheckScope())
{
string target = IsHoloLensConnectedUsb ? HOLOLENS_USB : DeviceInfo.LocalMachine;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've been thinking through this, and Local is also used to deploy things like x64 to your local PC for VR. I'm not sure removing it wholesale like this is the best move. I might be missing it, but I don't see a new codepath restoring this feature.

@david-c-kline david-c-kline deleted the usbNcm-2 branch June 28, 2022 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build / Tools Issues related to build and tools.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build Window / Deploy Options can't connect in 2.7.3

3 participants