Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.3.0b1
2017.3.1f1
Issue ID
1004324
Regression
Yes
MonoBehaviour.OnMouseUpAsButton() no longer works if virtual reality support is enabled and Mixed Reality Portal is off
Steps to reproduce:
1. Open the attached project (OC)
2. Open the issue_scene.unity scene
3. Switch platform to Windows Store
4. Enable XR support
5. Build
6. Open VS solution
7. Deploy on a local machine (Make sure that mixed reality portal is off and a device is disconnected)
8. Click on the cube
9. Observe the nothing happening (MonoBehaviour.OnMouseUpAsButton() is not triggered)
Expected behavior: The sphere to disappear when I click on the cube
Actual results: The sphere does not disappear
Note: With 2017.3.2f1, 2018.1.0b11, and 2018.2.0a5. I cannot reproduce due to another bug. The empty screen will appear If virtual reality support is enabled and Mixed Reality Portal is off
Reproduced with: 2017.3.1f1
Not reproduced with: 2017.2.2p1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment