forked from YizhouCodes/Tomorrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Jan 8, 2018
1 parent
780a9a4
commit fb717f5
Showing
1 changed file
with
42 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,44 @@ | ||
# Tomorrow | ||
An AR game | ||
|
||
## Setup instructions | ||
|
||
1. Add MapGenerator script to any gameObject | ||
2. Download a openstreetmap map file | ||
3. Add the map file to the script | ||
4. Generate map; this generates a map object | ||
5. Remove MapGenerator component from the gameObject | ||
6. Scale the map x to 0.1 y to 0.1 and z to 0.1 | ||
7. Set the map colors and the map height multiplier as you want | ||
8. Add EventSystem UI object | ||
9. Add the following prefabs to the scene: | ||
PlayerHolder | ||
Hero | ||
UniversalObject | ||
NearbyHotspotScreen | ||
StartScreens | ||
10. Add (Farmer) controller to Hero and scale the hero x to 0.1 y to 0.1 and z to 0.1 | ||
11. Add HotspotGenerator scrip to UniversalObject | ||
12. Assign the following objects to the script: | ||
Map to Map | ||
Hotspot prefab to Hotspot | ||
NearbyHotspot (far) to Far_screen | ||
NearbyHotspot (close) to Close_screen | ||
Hero to Player | ||
13. Assign the following objects to the MapCameraController script: | ||
Hero to Player Transform | ||
Main Camera to Camera Transform | ||
Map to Map | ||
|
||
|
||
|
||
A location-based game that lets students of the Tampere universities explore the campuses in the city. This game is developed using Unity3D. | ||
|
||
|
||
|
||
## Map Data | ||
|
||
This software uses publicly available OpenStreetMap data, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF). | ||
|
||
|
||
|
||
## Team Members | ||
|
||
- [Eero Lempiö](https://github.com/SirFabular) | ||
|
||
- [Aapo Lempiö](https://github.com/AapoLempio) | ||
|
||
- [Yizhou Ye](https://github.com/zhou421513) | ||
|
||
- [Arvin Jenabi](https://github.com/Arvinje) | ||
|
||
- [Imran Pavel](https://github.com/imran-pavel) | ||
|
||
- [Mahmoud Abu Daya](https://github.com/MahmoudAbuDaya) | ||
|
||
|
||
|
||
## License | ||
|
||
Copyright 2018 Tomorrow Team, University of Tampere | ||
|
||
|
||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
|
||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
|
||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|