FIU Senior Project Spring 2020 - Online Graduation Ceremony
by: Andrew Vigueras and Justin Danglade

If you have any questions regarding installation or the project as a whole, contact us at our emails:

Andrew: avigu002@fiu.edu

Justin: jdang005@fiu.edu 

-User Manual-

To access code, go to this gitlab repository and clone it: https://gitlab.com/Avigu002/digitalgraduationceremonysp20

- Before Cloning into your local, initialize git large file size in your local git repository. Use the command "git lfs install" without the quotes.
- A .gitignore set up for use with Unity is already included in the repository. 
- If you need more help installing view the install guide video included in the videos playlist of this project. 

Running code
-In order to run the project code you need to install Unity version 2019.2.4 or higher. 
-Unity will install all needed packages and the IDE Visual Studio 2019 automatically. 
-Once installed, you will need to choose a Scene to play. Go to the directory OCG/Assets/NEW Architecture/Scenes/CeremonyScene.unity in the unity project window.
-Double click that scene file and press play. The projects main scene will play. 
-Check out other .unity files to check out the other scenes. 

-Directory explanation-

OGC folder: Main parent folder for whole project.
OGC -> Packages: Automatically generated based on packages used in Unity.
OGC -> ProjectSettings: Project settings for the whole project. Auto generated by Unity.
OGC -> Assets: This is where all of the actual code and data is for the project.
OCG -> Assets -> NEW Architecture: This is where all of the data for the new architecture is placed. All main scripts and scriptable objects are in this folder.