The VR4VET Core repository on Github holds a Unity project with demo Scenes and the core Prefabs to create VR experiences for the VR4VET project. The goal is to standardize all the experiences (e.g., Blue Sector, Construction, and Cloud Engineering) and make the development of new ones easier and faster. The released prefabs include:
- Tablet prefab contains the data structure, the logic, and the visualization of the key workplace tasks.
- Main menu prefab contains the functionality of the menu, activated on game pause.
- Inventory prefab contains the in-game inventory that allows the player to carry multiple objects.
- NPC prefab allows using Non-Playable Characters in the scenes of VR4VET apps, configuring their 3D avatars, animation, and scripted dialogs.
- NPC AI prefab an extension of the NPC prefab that adds the ability for users to converse with the character in game, using AI.
- Slide presentation prefab allows to place a simulation of a slide presentation in the scenes of VR4VET apps, intended mostly for presenting information as part of career guidance.
Documentation of the repository and other prefabs is in the Github wiki.
The repository is open and free for anyone to use, available under the MiT license.