Skip to content

Commit a0de1b9

Browse files
committed
Merge branch 'main' of https://github.com/Rellac-Rellac/unity-ui-manager into main
2 parents 08c60f4 + 391474f commit a0de1b9

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# <img src="https://raw.githubusercontent.com/Rellac-Rellac/unity-ui-manager/main/Assets/UIManager/Gizmos/UIManager%20Icon.png" width="50" height="50" /> unity-ui-manager
2+
23
A Simple UI Manager for rapid prototyping and ease of collaboration
34

45
[![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-57b9d3.svg?style=plastic&logo=unity)](https://unity3d.com)
@@ -18,6 +19,14 @@ A Simple UI Manager for rapid prototyping and ease of collaboration
1819
- Use of Animations give an incredible amount of control over transitions
1920
- No code required
2021

22+
# Contents
23+
-----------
24+
- [UI Manager](https://github.com/Rellac-Rellac/unity-ui-manager#ui-manager)
25+
- [UI Panel](https://github.com/Rellac-Rellac/unity-ui-manager#ui-panel)
26+
- [UI Transition](https://github.com/Rellac-Rellac/unity-ui-manager#ui-transition)
27+
- [Adding an Animation](https://github.com/Rellac-Rellac/unity-ui-manager#adding-an-animation)
28+
- [Attribution](https://github.com/Rellac-Rellac/unity-ui-manager#attribution)
29+
2130
# UI Manager
2231
------------
2332
**Create > UI > Manager**
@@ -44,9 +53,7 @@ UI Panels are used to reference the panel prefab and the transition animation us
4453

4554
Assign a prefab here to instantiate whenever this UIPanel is called - root will be adjusted to a stretched fit over the target RectTransform of the UI Manager
4655

47-
Specify here the transition animation that you would like to use. The animation must be listed in the Animator Controller of the UIRoot prefab
48-
49-
The speed of the transition is specified in seconds and you specify which panel should be on top during the transition here
56+
Specify here the transition animation that you would like to use. The speed of the transition is specified in seconds
5057

5158
You can enable the passover click blocker for your smaller panels to prevent clicking unwanted background buttons
5259

@@ -58,7 +65,7 @@ Events are available for whenever this panel is instantiated and when the transi
5865
----------------
5966
**Create > UI > Transition**
6067

61-
UI Transitions are references by the UIPanel to know which animation to play and which way to order the panels.
68+
UI Transitions are references by the UIPanel to know which animation to play and which way to order the panels. The animation must be listed in the Animator Controller of the UIRoot prefab
6269

6370
Here you can set the "Panel on Top" to be either the panel currently coming in, or the panel currently going away.
6471

0 commit comments

Comments
 (0)