Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 945 Bytes

20-building.md

File metadata and controls

33 lines (22 loc) · 945 Bytes

VR2Gather - Building the application

xxxjack This session still needs to be written. Because it is likely to change in the near future.

This section should also explain the CI/CD.

Here is old stuff from the toplevel readme:

Quick build instructions

  • check out the repository.
  • install Unity, preferably Unity Hub.
  • Install prerequisites:
  • open the toplevel directory in Unity.
  • select LoginManager scene
  • play

Re-installing nuget packages

Mainly ffmpeg. Check whether newer versions are available on nuget.org. Do the following steps:

  • Update toplevel packages.config
  • Run nuget restore
  • git rm and git add of the subdirectories in Assets/packages.

Github Actions