You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,9 +53,7 @@ UI Panels are used to reference the panel prefab and the transition animation us
44
53
45
54
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
46
55
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
50
57
51
58
You can enable the passover click blocker for your smaller panels to prevent clicking unwanted background buttons
52
59
@@ -58,7 +65,7 @@ Events are available for whenever this panel is instantiated and when the transi
58
65
----------------
59
66
**Create > UI > Transition**
60
67
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
62
69
63
70
Here you can set the "Panel on Top" to be either the panel currently coming in, or the panel currently going away.
0 commit comments