GodotVR / godot_openvr_fps

Repository for the OpenVR starter tutorial
MIT License
42 stars 10 forks source link

Godot OpenVR FPS

This repository contains the source and other related files for the Godot VR starter tutorial, which can be found here: https://docs.godotengine.org/en/latest/tutorials/vr/vr_starter_tutorial.html

The tutorial covers how to create a first person shooter (FPS) VR game in Godot using GDscript. The project on this repository is the finished result of the Godot tutorial.

Safety notice

Virtual Reality (VR) can cause seizures, discomfort, and other problems for some individuals. Take breaks when required and follow the health and safety warnings for your Virtual Reality headset!

Project Features

Credits for the assets used in this project

  • The sky panorama was created by CGTuts.
  • The font used is Titillium-Regular
    • The font is licensed under the SIL Open Font License, Version 1.1
  • The audio used are from several different sources, all downloaded from the Sonniss #GameAudioGDC Bundle (License PDF)
    • The folders where the audio files are stored have the same name as folders in the Sonniss audio bundle.
  • The OpenVR addon was created by Bastiaan Olij and is released under the MIT license. It can be found both on the Godot Asset Library and on GitHub.
  • The initial project, 3D models, and scripts were created by TwistedTwigleg.