This is a simplified model of Polidea's headquarters. It was made as a part of Polidea Labs initiative aimed at exploring capabilities of mobile devices to run Virtual Reality projects.
This model is created in Unity Game Engine. You can download a free copy of Unity Engine from unity store for personal use.
To compile a project for a mobile device you have to:
- Select
Build Settings
fromFile
menu in Unity - In
Build Settings
window selectPlatform
you wish to build for - Click
Player Settings
button inBuild settings
window - Fill
Bundle Identifier
inPlayer
settings - [iOS] If you like Unity to sign your project you have to specify
Signing team ID
(you can sign app later, in Xcode) - After click
Build
Unity will generate ipa or apk package
This unity model is available under the MIT license. See the LICENSE file for more info.