Skip to content

A 3D action horror game designed in Unity, complete with custom models, scripts, and gameplay (In Progress).

Notifications You must be signed in to change notification settings

TheConverseEngineer/After-Hours

Repository files navigation

After-Hours

A horror game!

Git commands

To get the most recent update

git pull origin main

To create your branch:

git branch <branch name>

To go to your branch:

git checkout <branch name>

To push your code

git add .
git commit -m "<MESSAGE>"
git push -u origin <branch name>

If a branch cannot be found / "not known to git" error:

git fetch

About

A 3D action horror game designed in Unity, complete with custom models, scripts, and gameplay (In Progress).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages