How to create a VR Tutorial?

Hello. We are making a VR shooter game. I was wondering if you could help me find a resource about creating a tutorial, even if its not on VR. I havent been able to find a “Tutorial for tutorials”, search engines just show me generic tutorials about anything else. I´m taking RE4 VR as reference for the tutorial. The idea is create floating 3D indicators for each action the user has to do, and wait for the events of each step of the tutorial. But any resource on how to properly do it would be good.

2 Likes

Hello.
From what I gathered from your post, it seems you may want to look into creating a blueprint with some components. Most notably the Widget component. Here is more information on widgets.
I hope this provides a good start to your VR project.

Components-Widgets

Widget Creation

3 Likes

Thank you, we could get a tutorial rolling. We created a World space widget that changes the text for each step you are completing on the tutorial. We were searching for adding the widgets in a propper manner to controllers/hands so we couldnt tell the user more directly where the buttons are.