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.
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:
If needed, create your own GitHub account.
Open the Vizard GitHub repository in a browser.
In the repository clone panel, select the
httpsoption instead ofssh.Copy the project URL
https://github.com/AVSLab/vizard.git.Clone the repository with your preferred Git client. If using SourceTree, select
Clone From URL, paste the Vizard repository URL, and select themasterbranch 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.