[Gear VR] Engine Changes Requested (for Mobile VR Jam)

Umh… just playing around with 's 4.7.5+patches, whenever the GearVR plugin is enabled I only get a black screen :-/
Packaging without the plugin works, so maps are loaded correctly, and the project works in gear VR with stock 4.7.5
When running the app with the plugin enabled in the logcat I don’t see particular problems, TimeWarp is running, but those “Changing vsync” messages sound a bit weird to me… anyone else experiencing the same problem?

JJ, I’m using a lollipop device, is this the issue you were randomly experiencing with the MSAA patch?

04-21 13:19:08.438: I/TimeWarp(5919): Frame 1046 Eye 1 latency 0.018
04-21 13:19:08.478: I/TimeWarp(5919): Frame 1048 Eye 1 latency 0.022
04-21 13:19:08.518: I/TimeWarp(5919): Frame 1051 Eye 0 latency 0.018
04-21 13:19:08.538: I/TimeWarp(5919): Frame 1051 Eye 1 latency 0.024
04-21 13:19:08.538: I/TimeWarp(5919): Changing vsync from 1052.000000 to 1055.000000
04-21 13:19:08.598: I/TimeWarp(5919): Frame 1056 Eye 0 latency 0.018
04-21 13:19:08.618: I/TimeWarp(5919): Frame 1056 Eye 1 latency 0.025
04-21 13:19:08.618: I/TimeWarp(5919): Changing vsync from 1057.000000 to 1060.000000

Edit: Ok, it definitely was an issue related to the MSAA patch and Lollipop, disabling it solved the issue. Really looking forward a Lollipop compatible implementation!