# Spaceship Demo Spaceship Demo is a AAA Playable First person demo showcasing effects made with Visual Effect Graph and rendered with High Definition Render Pipeline. For update information, see the [changelog](https://github.com/Unity-Technologies/SpaceshipDemo/blob/master/CHANGELOG.md). ## Requirements In order to download and run the Spaceship demo project, make sure you have the following * [Github Desktop](https://desktop.github.com/) or [Git For Windows](https://git-scm.com/download/win) + [Git LFS](https://git-lfs.github.com/) (Required for Cloning the Repository) or any other git client. * Unity 2019.2.0f1 or newer (See each release notes in [changelog](https://github.com/Unity-Technologies/SpaceshipDemo/blob/master/CHANGELOG.md) for version requirements) ## How to Download/Install ### Method 1 : Clone the repository **Important Note**: This repository uses **Git-LFS** to store large files. In order to get the data correctly you need to [install Git-LFS](https://git-lfs.github.com/) before starting to clone the repository. #### Using Github Desktop If you have [Github Desktop](https://desktop.github.com/) installed : use the **Clone or Download** green button, then select **Open in Desktop**. #### Using Git Command Line (or another Git Client) You can clone this repository and start opening directly the project using the following command : `git clone git@github.com:Unity-Technologies/SpaceshipDemo.git` ### Method 2 : Download in Releases page You can also download project archives in the [Releases](https://github.com/Unity-Technologies/SpaceshipDemo/releases) tab. These zip files contains the full project for a one-time download without Git. **Important Note** : As GitHub does not generate correct archives with LFS files, In order to download the correct project with largefiles, **you need to download the file linked in the release description** instead of the automatically generated Source Code zip and tar.gz files.