-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Welcome to the Falling Up Wiki!
Falling Up is built in the Unreal Engine. Development requires version 4.14.3 or above, which can be downloaded here.
To get started, clone this repository and launch the project via the FallingUpVR.uproject
file. If using version control, using GitHub Desktop is highly recommended.
The Master
branch is where all platform-independent changes should take place. There is a branch for each of the currently shipping platforms (Android
, WindowsMac
, OculusRift
). These branches should be routinely kept up to date with the master branch -- the only changes to these branches should be those that are platform specific. For example, the controls between the Android and OculusRift versions are different; these configuration changes should be reflected in each non-master branch.