atrefonas / godot-xr-template

Godot XR Template project containing needed plugins, XR Tools and a very simple demo game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot XR Template

This repository contains a template Godot project for building a simple VR game.

Assets

This project uses the following assets:

Getting Started

Start by downloading this asset from github; or by installing it from the Godot Asset Library.

The game should be playable with a splash screen and two example scenes the player can move between.

The game should be customized by:

  • Modifying the splash-screen texture to represent the game
  • Modifying the icon.png for the game
  • Add game state variables to the game_state.gd singleton class
  • Replacing the demo levels with levels suitable to the game

Recommended Asset Locations

Common areas to find assets are:

More Information

Information on the Godot XR Tools can be found on the website.

About

Godot XR Template project containing needed plugins, XR Tools and a very simple demo game

License:MIT License


Languages

Language:GDScript 99.7%Language:GLSL 0.3%