Download Vizard Source Code

Important

Vizard is a Unity game engine project and requires the Unity Editor to open the project, run it locally, and build platform-specific binaries.

../../_images/basiliskVizardLogo.png

The Vizard source code is hosted openly on GitHub. Visit the AVSLab Vizard repository and download or clone the source code.

Vizard is developed using the Git version control system. The following steps explain how to clone the repository or pull updates to an existing local copy:

  1. If needed, create your own GitHub account.

  2. Open the Vizard GitHub repository in a browser.

  3. In the repository clone panel, select the https option instead of ssh.

  4. Copy the project URL https://github.com/AVSLab/vizard.git.

  5. Clone the repository with your preferred Git client. If using SourceTree, select Clone From URL, paste the Vizard repository URL, and select the master branch to pull the code for the most recent release.

Important

The Vizard repository uses git lfs to store large files, including textures. This content should be included during cloning, but if missing, git lfs may need to be initialized for the local repository and the files pulled.

The local Vizard project is then ready to be opened with the Unity Editor and compiled.