Search Issue Tracker
Duplicate
Votes
0
Found in
2019.3.5f1
Issue ID
1229980
Regression
No
New fast mid-phase doesn't get disabled automatically on UWP Hololens
1. What happened
A mesh collider has a cooking option 'Use Fast Midphase.' This option is supposed to be disabled automatically when not on Windows, Mac, or Linux (any system that doesn't support this version of PhysX). However, this option is not disabled when building to UWP for ARM or ARM64 (used to build for the Hololens and Hololens2).
If you don't manually disable 'Use Fast Midphase' on all your mesh colliders then the colliders will not register in an ARM build.
2. How we can reproduce it using the example you attached
Create a fresh 2019.3 project targetted to UWP ARM64. Add a plane (with mesh collider, leave default options) and a few cubes (with box colliders and rigidbodies). Setup the project to use XR (I used the legacy 'deprecated' XR). Not sure if this is required to build to HL, but I added the Mixed Reality Toolkit to give additional HL support.
Create an ARM64 build. Build that project and deploy to your Hololens 2.
The logs will report that the 'midphase' is unsupported.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
This is a duplicate of issue #1213433