Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikLassahn committed Mar 29, 2018
1 parent 317e1d1 commit 6ffbe04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs/RelatedScripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Controls where content is placed in fullscreen mode. This script stores anchors

## AnimationCurveAnimator

A base class for simple in and out animations using `AnimationCurve`s and couroutines.
A base class for simple in and out animations using `AnimationCurve`s and coroutines.

## CanvasGroupAnimator

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each sample demonstrates a different approach in using the helper classes (inclu

## Integration

1. Get the *.unitypackage* from [Releases] (TODO) or clone this repository and create your own.
1. Get the *.unitypackage* from [Releases] or clone this repository and create your own.
2. In Unity choose *Assets -> Import Package... -> Custom Package...* and select the appropriate *.unitypackage*
3. To add a template for the video player click right in the Hierarchy panel and choose Video -> Video Player with Controls
4. Set your assets. Take a look at the samples for some inspiration.
Expand Down

0 comments on commit 6ffbe04

Please sign in to comment.