-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changelog.txt
115 lines (99 loc) · 3.96 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# 04/09/2016
1. Initial project setup.
2. Changed asset serialization mode to force text and enabled Visible Meta Files in Editor.
# 04/11/2016
1. Created folders for Models, Animations, Audio, Textures and Scripts.
2. Created Scene 2.unity for the home scene. Added terrain and house in the scene. Added skybox. Lighting changes.
3. Updated README.md
# 04/11/2016
1. Created initial design of the classroom scene.
2. Imported Cardboard SDK.
3. Changed FirstPersonController.cs to provide volume option for Walk and Jump.
4. Created CardboardMain + FPSController hybrid game object to Scene 2.
# 04/12/2016
1. Removed house in Scene 2 and started creating house from scratch.
2. Added stuff in the house.
3. Removed terrain and skybox from Scene 2.
# 04/13/2016
1. Changes to Scene 2. Added stuff in house.
2. Added terrain and skybox back.
3. Added Doctor's Room Scene
# 04/14/2016
1. Added RogoDigital Lipsync plugin.
2. Generated colliders in scene 2.
3. Moved classroom and doctor's room assets into Models folder
4. Deleted Salsa folder
5. Added more stuff in the bedroom.
# 04/15/2016
1. Added animations to scene1
2. Renamed few files.
3. Added colliders to objects in Scene1.
4. Revised Doctor's Room and added colliders
5. Added CardboardReticle growth feature.
6. Added ProcrastinationScript.cs
# 04/18/2016
1. Added iTween.
2. Added flying images during gaming.
3. Added animated Square and Circle button popups for choices.
4. Added animated social media images.
5. Screen darkens when procrastinating.
# 04/19/2016
1. Fixed animated social media images to be relative to user.
2. Changed shadows in Scene1 from Soft to No Shadows.
3. Upgraded LipSync to 1.0 and added language model.
4. Added classroom ambience noise.
5. Added ClassroomScript.cs.
# 04/19/2016
1. Added student character with blend shapes.
2. Added another animation for professor.
3. Added Doctor character and animations.
4. Added background sound for internet surfing scene.
5. Added nurse character for scene3.
6. Added interaction events in classroom scene.
7. Added ExitGame.cs to Scene1.
8. Fixed issue with scene switch to Scene 2 happening before interaction with classmate.
9. Changed Lighting in Scene 1 to Baked.
# 04/21/2016
1. Added roof, door and wall to Scene 3.
2. Changed Lighting in Scene 3 to No Shadows from Soft and Ambient GI to Baked from Relatime.
3. Removed extra audio files from assets.
4. Added lipsync to Doctor character in scene3.
5. Added reunion banner in scene1.
6. Changed Nurse animation.
7. Added reunion banner.
8. Added the character rotation script to make the virtual human always look at the FPS controller.
9. Added images for paper.
10. Changes to ProcrastinationScript.cs for events in Scene2.
11. Added Patient animations in scene2 and scene3
12. Fixed few bugs in Scene 3 and adjusted height to match to the character
# 04/22/2016
1. Added crowd audio and ambient music in Scene 4.
2. Updated Readme.md.
3. Added animation to Fan in Scene 2.
4. Added images for paper and web search.
5. Changes to ProcrastinationScript.cs [Not Working.]
6. Added Doctor Room Script!
# 04/23/2016
1. Changes to ProcrastinationScript.cs.
2. Removed some images from Assets/PaperImages.
3. Added ambient audio to Scene 3.
4. Added idle animation to Doctor and changes to DoctorRoom.cs.
# 04/24/2016
1. Changes to ClassroomScript.cs, DoctorRoom.cs.
2. Added ReunionScript.cs.
3. Lighting changes in Scene 4.
4. Added audio for mom and changes to ProcrastinationScript.cs.
# 04/25/2016
1. Added PS4 Square and Circle mappings in Scripts.
2. Changed Quality to Fastest for Android.
3. Updated build settings.
# 04/26/2016
1. Added audio for player.
2. Changes to ProcrastinationScript.cs.
# 04/27/2016
1. Changed audio settings in scene 2.
2. Added bottles models to scene 4.
3. Changed mapping to XBOX controllers and created static lightmaps.
4. Changed Rolloff mode of laptop noises to Linear and changed default rotation of Cardboardmain.
5. Changes to scripts and added audio clips.
6. Changes to Scene1 and ClassroomScript.cs.