Single/Multiplayer, Touch & Vive blueprint only Template

@Elleclouds Di you make sure that’s the VR_GameMode is selected in your map? Because this gamemode will cast the VR_PlayerController, which will spawn the MotionControllerPawn, which will itself spawn 2 BPMotionControllers
@devel.bmad It’s not directly compatible. You should start with the Epic template, with the HMDController pawn. Then add Android functionnalities https://docs.unrealengine.com/latest/INT/Platforms/GearVR/QuickStart/index.html but most functions of my template are centered around Motion Controllers which are absent from Gear VR. Best to start from scratch with Epic HMDController template.