Skip to content

Commit

Permalink
"the app" -> "N-Space"
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjac committed Aug 10, 2018
1 parent 8c3f484 commit d07c3b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ A mobile app for building 3D interactive worlds. This is a work in progress.

## Using the app

You can download the app for Android on [Google Play](https://play.google.com/store/apps/details?id=com.vantjac.voxel).
You can download N-Space for Android on [Google Play](https://play.google.com/store/apps/details?id=com.vantjac.voxel).

The app starts on a list of "worlds" that you have created. Tap "New" to create a new world. Tap a world's name to open it in the Editor. Tap the menu button next to a world to access additional options, including sharing the worlds as JSON files. You can open these files in N-Space from another app, like your Downloads.

The Editor has built-in documentation and tutorials, which you can access through the overflow (!["..."](https://github.com/vanjac/voxel-editor/blob/master/Assets/VoxelEditor/GUI/dots-vertical.png)) menu, by tapping Help.
N-Space has built-in documentation and tutorials, which you can access through the overflow (!["..."](https://github.com/vanjac/voxel-editor/blob/master/Assets/VoxelEditor/GUI/dots-vertical.png)) menu, by tapping Help.

## Building the app yourself

The app has been tested with Unity 2017.4.2 on Android. There's not much Android specific code though, so it could theoretically work on iOS. Most of the user interface requires touch input and will not work with a mouse, so you will need to use the Unity Remote App, or build for Android directly.

This repository does not come with textures from [Poliigon](https://www.poliigon.com/), [FreePBR](https://freepbr.com/), and others. You can purchase/download them yourself - look in the `Assets/GameAssets/Poliigon` and `Assets/GameAssets/FreePBR` folders for a list of `.meta` files which correspond to the missing textures. It is also possible to test the app without the textures at all. Materials will lack texture, but you can paint the walls with colors instead.
This repository does not come with textures from [Poliigon](https://www.poliigon.com/), [FreePBR](https://freepbr.com/), and others. You can purchase/download them yourself - look in the `Assets/GameAssets/Poliigon` and `Assets/GameAssets/FreePBR` folders for a list of `.meta` files which correspond to the missing textures. It is also possible to test N-Space without the textures at all. Materials will lack texture, but you can paint the walls with colors instead.

The app has four scenes:

Expand Down

0 comments on commit d07c3b5

Please sign in to comment.