Skip to content

Commit 3a37f62

Browse files
committed
Add "Available on the Unity Asset Store" button
1 parent 1eeae83 commit 3a37f62

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
Concise Unity library which dynamically keeps a set of objects (e.g. players and important objects) in view, a common problem for a wide range of games.
44

5-
The library was developed for, and used by my first Steam game, [Survival Ball](https://survivalball.com/). The game has an heavy shared screen local co-op component, which requires the camera to dynamically keep many key elements in view.
5+
The library was originally developed for, and used by [Survival Ball](https://survivalball.com/), a game with a heavy shared screen local co-op component, requiring the camera to dynamically keep many key elements in view. More information about the library's inner workings and underlying math in the related [blog article](https://lopespm.github.io/libraries/games/2018/12/27/camera-multi-target.html).
66

7-
More information about the library's inner workings and underlying math is available in the related [blog article](https://lopespm.github.io/libraries/games/2018/12/27/camera-multi-target.html)
7+
[<img src="https://user-images.githubusercontent.com/3640622/71978096-714ea100-3212-11ea-9480-cbc0ce33df4a.png"
8+
alt="Get it for free on the Unity Asset Store"
9+
height="80">](https://assetstore.unity.com/packages/tools/camera/camera-multi-target-dynamic-135922)
810

9-
<img src="https://user-images.githubusercontent.com/3640622/50427667-19165c80-08a6-11e9-9306-6d05f7477262.jpg" alt="Camera Multi Target Example Scene Screenshot">
11+
[<img src="https://user-images.githubusercontent.com/3640622/50427650-c2108780-08a5-11e9-9db0-d69e9fa329c1.gif" alt="Camera Multi Target Example Scene Video">](https://www.youtube.com/watch?v=In3eVapQ5mk)
1012

11-
[<img src="https://user-images.githubusercontent.com/3640622/50427650-c2108780-08a5-11e9-9db0-d69e9fa329c1.gif" alt="Camera Multi Target Example Scene Video">](https://www.youtube.com/watch?v=In3eVapQ5mk)
13+
<img src="https://user-images.githubusercontent.com/3640622/50427667-19165c80-08a6-11e9-9306-6d05f7477262.jpg" alt="Camera Multi Target Example Scene Screenshot">
1214

1315

1416
## Install
@@ -76,4 +78,4 @@ An example scene of the library's usage is included in this repository and in th
7678

7779
- [Survival Ball](https://survivalball.com/)
7880

79-
*Did you develop, or know about, a game using this library? Add it here via [pull request](https://github.com/lopespm/unity-camera-multi-target/pulls)*
81+
*Did you develop, or know about, a game using this library? Add it here via [pull request](https://github.com/lopespm/unity-camera-multi-target/pulls)*

0 commit comments

Comments
 (0)