Skip to content

Commit 6f84f61

Browse files
author
Felix Lange
committed
Merge branch 'master' of github.com:fx-lange/unity-record-and-play
2 parents 1fa78c4 + d8880ac commit 6f84f61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MouseRecordingPlot.png

276 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Using recorded rather than live data can drastically smoothen the development pr
66

77
The core of this plugin are recordings stored as [ScriptableObjects](https://docs.unity3d.com/ScriptReference/ScriptableObject.html) which can be dragged&dropped into Timeline Clips.
88

9+
![MouseRecordingPlot](https://github.com/fx-lange/unity-record-and-play/blob/master/MouseRecordingPlot.png)
10+
911
To account for the technical limitations of serialization the architecture is based on several abstract classes which need to be implemented fitting your data. However, the `StringData` implementation should help to get you started: Either use it as a reference or work with it directly.
1012

1113
## Getting started

0 commit comments

Comments
 (0)