Skip to content

Commit a7c607c

Browse files
committed
doc
1 parent 1a83e90 commit a7c607c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ And last but not least, is the ensuring that at any point a custom recorder can
2020
### Through the Editor's Record window
2121

2222
1. Select a type of recording and open the recorder window
23-
![](GenericFrameRecorder/docs/images/recorder-menu.png)
23+
![](docs/images/recorder-menu.png)
2424
2. Edit the recorders settings
25-
![](GenericFrameRecorder/docs/images/RecorderWindow.png)
25+
![](docs/images/RecorderWindow.png)
2626
3. Click "Start Recording" to lauch recording.
2727

2828
Note that this can be done from edit mode and from game mode...
@@ -32,16 +32,16 @@ a
3232
2. Add a "Frame Recorder track" to the timeline.
3333
3. Add a "Frame Recorder clip" to the track.
3434
4. Select the newly added slip
35-
![](GenericFrameRecorder/docs/images/TimelineTrack.png)
35+
![](docs/images/TimelineTrack.png)
3636
5. Edit the clip's settings
37-
![](GenericFrameRecorder/docs/images/RecorderClip.png)
37+
![](docs/images/RecorderClip.png)
3838
6. Enter play mode and trigger the timeline through behaviours...
3939

4040
## Design
4141

4242
### Conceptual blocks
4343
The Recording framework is composed of three conceptual groups:
44-
![](GenericFrameRecorder/docs/images/ConceptualBlocks.PNG)
44+
![](docs/images/ConceptualBlocks.PNG)
4545
* Recorders: the part that takes data feeds (Inputs) and transform them into whatever format they want (Image input -> mp4 file). They do NOT deal with gathering the data from Unity: that is the Inputs task. Every recorder is broken down into three peices: Recorder, Settings and Settings Editor.
4646
* Inputs: specizalied classes that know how to gather a given type of data from unity and how to pre-package that data in a way that is ready from consumption by the Recorders. Like recorders, Inputs are borken down into three parts: Input, Setttings and Settings Editor.
4747
* Support: holds the FrameRecorder's logic, UI, timeline integration and services.

0 commit comments

Comments
 (0)