|
4 | 4 | Welcome to UUE! A collection of UI examples for Unity. There's two types of examples, screen space & world space. If you don’t know the difference, click [here](https://docs.unity3d.com/Manual/UICanvas.html) to find out.
|
5 | 5 |
|
6 | 6 | ## Examples
|
7 |
| -Each examples has a readme of it's own. So click an example below to find out more! |
8 |
| -### Screen Space |
9 |
| - |
10 |
| -| [Rocket League](/Assets/ScreenSpace/RocketLeague) | [Prision Architect](/Assets/ScreenSpace/PrisionArchitect) | [Percentage Based](/Assets/ScreenSpace/PercentageBased) | |
11 |
| -|:-------------------------------------------------------------------------:|-----------------------------------------------------------------------------|--------------------------------------------------------------------------| |
12 |
| -|  |  |  | |
13 |
| -| Generic menu and text ticker | Building/Managment | Like CSS for Unity | |
14 |
| - |
15 |
| -| [FizzleFade](/Assets/ScreenSpace/FizzleFade) | [Offest](/Assets/ScreenSpace/Offset) | Placeholder| |
16 |
| -|:--------------------------------------------------------------:|--------------------------------------------------------|------------| |
17 |
| -|  |  |  | |
18 |
| -| From Wolfenstein 3D | UI Which offset the mouse/joystick | | |
| 7 | +Want to see images? [Click here](#examples-with-image) |
19 | 8 |
|
| 9 | +Each examples has a readme of it's own. So click an example below to find out more! |
| 10 | +- [FizzleFade (From Wolfenstein 3D)](/Assets/ScreenSpace/FizzleFade) |
| 11 | +- [Offest (UI Which offset the mouse)](/Assets/ScreenSpace/Offset) |
| 12 | +- [Prision Architect (Building/Managment)]/Assets/ScreenSpace/PrisionArchitect) |
| 13 | +- [Percentage Based (Like CSS for Unity)](/Assets/ScreenSpace/PercentageBased) |
| 14 | +- [Rocket League (Generic menu and text ticker)](/Assets/ScreenSpace/RocketLeague) |
20 | 15 |
|
21 | 16 | ### World Space
|
22 |
| - |
23 |
| -| [Holographic Wrist UI](/Assets/WorldSpace/HolographicWristUI) | [LootBox](/Assets/WorldSpace/Lootbox) | Placeholder | |
24 |
| -|:--------------------------------------------------------------------------------:|---------------------------------------------------------|------------| |
25 |
| -|  |  |  | |
26 |
| -| A holographic UI on a character's wrist | Useful for RPG's | | |
27 |
| - |
| 17 | +- [LootBox (Useful for RPG's)](/Assets/WorldSpace/Lootbox) |
| 18 | +- [Holographic Wrist UI (A holographic UI on a character's wrist)](/Assets/WorldSpace/HolographicWristUI) |
28 | 19 |
|
29 | 20 | ## Using an example in your own project
|
30 | 21 | If you just want to use the examples, that's fine! All you have to do is;
|
@@ -53,3 +44,26 @@ Everyone is welcome to contribute!
|
53 | 44 | ## License
|
54 | 45 | This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/LewisJohnson/unity-ui-examples/blob/master/LICENSE) for more.
|
55 | 46 |
|
| 47 | + |
| 48 | +## Examples with image |
| 49 | +### Screen Space |
| 50 | + |
| 51 | +| [Rocket League](/Assets/ScreenSpace/RocketLeague) | [Prision Architect](/Assets/ScreenSpace/PrisionArchitect) | [Percentage Based](/Assets/ScreenSpace/PercentageBased) | |
| 52 | +|:-------------------------------------------------------------------------:|-----------------------------------------------------------------------------|--------------------------------------------------------------------------| |
| 53 | +|  |  |  | |
| 54 | +| Generic menu and text ticker | Building/Managment | Like CSS for Unity | |
| 55 | + |
| 56 | +| [FizzleFade](/Assets/ScreenSpace/FizzleFade) | [Offest](/Assets/ScreenSpace/Offset) | Placeholder| |
| 57 | +|:--------------------------------------------------------------:|--------------------------------------------------------|------------| |
| 58 | +|  |  |  | |
| 59 | +| From Wolfenstein 3D | UI Which offset the mouse/joystick | | |
| 60 | + |
| 61 | + |
| 62 | +### World Space |
| 63 | + |
| 64 | +| [Holographic Wrist UI](/Assets/WorldSpace/HolographicWristUI) | [LootBox](/Assets/WorldSpace/Lootbox) | Placeholder | |
| 65 | +|:--------------------------------------------------------------------------------:|---------------------------------------------------------|------------| |
| 66 | +|  |  |  | |
| 67 | +| A holographic UI on a character's wrist | Useful for RPG's | | |
| 68 | + |
| 69 | + |
0 commit comments