|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
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). |
6 | 6 |
|
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) |
8 | 10 |
|
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) |
10 | 12 |
|
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"> |
12 | 14 |
|
13 | 15 |
|
14 | 16 | ## Install
|
@@ -76,4 +78,4 @@ An example scene of the library's usage is included in this repository and in th
|
76 | 78 |
|
77 | 79 | - [Survival Ball](https://survivalball.com/)
|
78 | 80 |
|
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