-
Notifications
You must be signed in to change notification settings - Fork 7
/
NotesSpring2022.txt
20 lines (16 loc) · 1.12 KB
/
NotesSpring2022.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Completed updates:
1. Two new scenarios: bear and plane.
2. Minimap.
3. Vehicle models.
4. Scripts specially for triggering audios within a scenario.
5. New house model.
6.
Issues:
1. Animations for new scenarios: Ideally, the animations should only be triggered after the user hit the scenario starting trigger, and only be played once. We've
tried several methods, including using animator controller, setting up trigger scripts, and so on, but we didn't get the expected animation effects.
2. Due to the timeframe, bear and aircraft models are simple "static" models, which means bear couldn't move its arms or legs, and the propeller of the plane doesn't
rotate. Making delicate 3D models requires time and skills but it's definitely doable.
3. To give the users some better instructions, detailed pop-up captions on the top of the screen could be an option but might also be a distraction for the user
(driver).
4. The current minimap is using a camera overlooking the map at a relatively high postion that leads to the problem of a kind of vague view showing in the minimap. Could
probably be improved somehow.