Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 449 Bytes

Virtual Oulu

Unreal Engine 4 project with Oulu scene.

This repository uses Git LFS system, it might give errors when cloning. IF you face it, follow these steps:

// Skip smudge - We'll download binary files later in a faster batch
git lfs install --skip-smudge

// Do git clone here
git clone ...

// Go inside cloned directory and
// Fetch all the binary files in the new clone
git lfs pull

// Reinstate smudge
git lfs install --force