nohren / TEAM-40

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gesture AR

The coolest app in the land... we can teach you stuff you don't even know you don't even know.

Code contribution instructions

WARNING - only commit either a script file, a prefab file or the meta file that is generated when something a script or prefab is created

To do this, type the commands in this order

  • git status (this tells you what files have been modified)
  • git add (copy and paste the file name, again either a .cs or a .meta file type)
  • git commit (commmit the file to git, type a message and save) Make sure to commit to your own branch!!! DO not commit to main. git checkout -b (to create your own branch)

To push to the online github repo

Make sure your files are commited to your local branch. * git push origin

If you have trouble with any git stuff just ask, no big.

About


Languages

Language:ShaderLab 78.4%Language:C# 14.6%Language:HLSL 7.0%