Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deploy to HoloLens 2 device - Unity 2019.3 #7858

Closed
CDiaz-MS opened this issue May 12, 2020 · 1 comment
Closed

Cannot deploy to HoloLens 2 device - Unity 2019.3 #7858

CDiaz-MS opened this issue May 12, 2020 · 1 comment
Assignees
Labels
Documentation Unity 2019 Issues specific to the Unity 2019 product
Milestone

Comments

@CDiaz-MS
Copy link
Contributor

Describe the bug

If the user imports the foundation package to Unity 2019.3, switches to UWP and deploys from VS using ARM, the app will not render anything.

@keveleigh has pointed out that this is a known unity issue.

The issue is unity 2019.3 has Graphics Jobs enabled by default and this needs to be unchecked for the HL2 app to work.

This issue can be resolved with documentation in the Build and Deploy doc for people using 2019.3 and HL2.

image

To reproduce

Steps to reproduce the behavior:

  1. Import the latest foundation package 2.4
  2. Switch to UWP
  3. Build
  4. Open VS solution
  5. Deploy to device

Your setup (please complete the following information)

  • Unity Version 2019.3.12
  • MRTK Version 2.4

Target platform (please complete the following information)

  • HoloLens
  • HoloLens 2
@CDiaz-MS
Copy link
Contributor Author

Another solution is to use ARM64 instead of ARM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Unity 2019 Issues specific to the Unity 2019 product
Projects
None yet
Development

No branches or pull requests

3 participants