microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

I build UWA and install in PC,but don't connect to local unity server.Please help. #4045

Closed neciszhang closed 5 years ago

neciszhang commented 5 years ago

Overview

Hi ,

  1. I build UWA app and install it in windows 10.
  2. I build local server by unity.
  3. I open unity server and UWA app. But the app don't connect to unity server. Can you help me?I search lots of questions,but i don't resolve this question.

    Expected Behavior

Actual Behavior

Steps to reproduce

(Links to sample github project preferred)

Unity Editor Version

Mixed Reality Toolkit Release Version

chrisfromwork commented 5 years ago

@neciszhang are you using the MRTK repo to setup your uwa application?

Assigning to @davidkline-ms

david-c-kline commented 5 years ago

@neciszhang,

By default, UWP applications are subject to network isolation. For development and side-load scenarios, your PC can be configured to allow an application to establish loopback connections.

For side-load scenarios, please refer to the documentation describing network isolation troubleshooting (https://msdn.microsoft.com/en-us/library/windows/apps/hh780593.aspx).