Showdown Demo

Hi,

I downloaded the ShowdownVR demo, and upon running it in the editor (pressing play after building it), I get the video sequence, however my camera is halfway in the ground (seems z is 0?). Any ideas why? I am using an editor built from source but have made no changes to the showdown project. I am not very familiar with blueprints but am familiar with the code; so if you have a blueprints solution, a screenshot would be helpful.

Thanks! :slight_smile:

Hi!

Yes this version has a mistake. Do the following. Open the project. In World Outliner find Character2.

67932-err01.png

Open Character2 in editor. Go to Event Graph. Zoom out. Find this nodes.

Link Event Begin Play and Branch. Compile, save and close Character2. press Play.

Hi I did that and it’s apparently worse. Then upon closer inspection of your graph nodes, apparent your true case has height = 160, but mine is -160. Is that another bug?
Btw thanks for the awesome screenshots :slight_smile:

That made it worse for me as well… im farther under the floor.

Hi I change false case 0 to 160.
Then, when I start playing after compilation and save, it had become a good camera position. (UE 4.10,1, Win10)