4040 - [x] Timeline class
4141 - [x] Create playback
4242 - [x] Coroutine to play event at specific time
43- - [ ] Export archive(s)
43+ - [x ] Export archive(s)
4444
4545
4646
4747### Playback History and Buffer automation
4848
4949- [ ] Create code that
5050 - [x] Automatically gets, or handles a lack of, new events
51- - [ ] Can consume data from the live API or local `JSON` files by changing dropdown option
51+ - [x ] Can consume data from the live API or local `JSON` files by changing dropdown option
5252 - [x] Potentially do it like:
5353 - [x] Use two C# collections (either a List or Dictionary) named `buffer` and a `history` that can be sorted by a date string.
5454 - [x] As the events are visualized, the event object is moved from the `buffer` to the `history`.
@@ -197,10 +197,10 @@ Other ideas on movement:
197197- [x] Point lights on GameObjects
198198- [x] Light emitters on player trails
199199- [x] Environmental lighting @jdietrick are we happy?
200- - [ ] Changes to lighting depending on time of day @jdietrick we need a visualization of this
201- - [ ] Add Fog @jdietrick should we do this?
202- - [ ] Examples [1](https://forum.unity.com/threads/how-can-i-control-fog-color-based-on-skybox-color.311706/), [2](https://carlburton.itch.io/islands), [3](https://magazine.renderosity.com/article/5204/taking-a-look-at-unity-fog)
203- - [ ] Add texture to background
200+ - [x ] Changes to lighting depending on time of day @jdietrick we need a visualization of this
201+ - [x ] Add Fog @jdietrick should we do this?
202+ - [x ] Examples [1](https://forum.unity.com/threads/how-can-i-control-fog-color-based-on-skybox-color.311706/), [2](https://carlburton.itch.io/islands), [3](https://magazine.renderosity.com/article/5204/taking-a-look-at-unity-fog)
203+ - [ ] Add texture to background @ jdietrick ?
204204
205205
206206## Delivery
@@ -212,7 +212,7 @@ Other ideas on movement:
212212 - [ ] Bake lighting?
213213 - [ ] UI / Canvas
214214 - [ ] What else?
215- - [ ] Figure out player control device
215+ - [ ] Test Logitech game controller
216216- [ ] Create documentation
217217 - [ ] Transform this README (using [past project](https://github.com/immersive-scholar/community-gardens) as a guide) into a page with
218218 - [ ] Statement
0 commit comments