How to Playtest Your VR Game in Flatscreen Mode | Unreal Engine 5 VR

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 10

  • @Megasteakman
    @Megasteakman 23 วันที่ผ่านมา +1

    This is great! Love the information and explanation of why you set this up the way you did (love the use of the different classes to avoid a monolithic set up).

    • @stephananemaat
      @stephananemaat  23 วันที่ผ่านมา

      Glad you enjoyed it. Yeah, code bloat is easy to let get out of control.

  • @juerrich9122
    @juerrich9122 6 วันที่ผ่านมา +1

    Thanks for creating this tutorial! It is easy to understand and will save a lot of time :)

  • @FPChris
    @FPChris 19 วันที่ผ่านมา +1

    Excellent

    • @stephananemaat
      @stephananemaat  19 วันที่ผ่านมา

      Thank you :)

    • @FPChris
      @FPChris 18 วันที่ผ่านมา

      @@stephananemaat One thing. If you are making your own input mapping context you also have to manually add it to the list of contexts in the Project Settings. REAL fun tracking that issue down. The keyboard inputs will work but the VR motion controllers will not until you add your context to the project.

    • @stephananemaat
      @stephananemaat  18 วันที่ผ่านมา

      @@FPChris That's interesting I hadn't run into that problem myself but thanks for letting me know. I'll add a pinned comment sometime today after I've had a chance to look into it.

  • @davidedemurodominijanni9889
    @davidedemurodominijanni9889 5 วันที่ผ่านมา

    I have been looking for tutorials about how to make a VR/Third/First Person hybrid game in which the player can switch to the different perspectives/modes. This sounds like a nice step into that, am I right? Any chance to get any tutorial about such a feature? I don't own a headset yet so I cannot make tests but I'd like to implement the VR part as much as I can and give the players a chance to try a demo out when ready.

    • @stephananemaat
      @stephananemaat  5 วันที่ผ่านมา

      Technically yes, you could use these principles to achieve that. The only thing I'd warn against though is that in order to have a game that has VR and flatscreen options, the problem you may run into is that you'd almost be making 2 games in 1, which could be a lot of work for one person.
      You might be setting yourself up for an insurmountable number of complications. The alternative is just creating a flatscreen game and then players can use the Praydog Ue VR mod to play any unreal engine game in VR.