Alright I’m working on an asymmetrical VR game that is basically like hide and seek. The only problem is that the robot (pc player) can easily go through walls and the lighting is super weird. In Vr the lighting looks fine but the robot is having issues which is getting quite annoying. I’ve tried adding a sphere collision on the robot but so far the robot still can go through walls. On all my walls I added the “block all” collision setting but still nothing.
My camera works through a Render Target with another camera in the VR template because Unreal apparently has a hard time having 2 players on one machine, one being VR. So I just have 1 player and 1 camera which is controlled by the mouse and keyboard and can shoot projectiles at the VR player. The camera has a static mesh which is my robot I 3D modeled in blender and is slightly behind the camera so that the camera doesn’t see the insides of it. I’m using this tutorial as a way of using the camera and the VR player at once:
Any ideas? Also the lighting on the camera is a bit weird too because everything that has a point light or an emission parameter on in the materials blueprint doesn’t really show, yet the reflections due. Kind of strange…