User Tools

Site Tools


global:gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
global:gui [2015/05/26 03:20]
Mistermind
global:gui [2022/11/10 02:11]
Mistermind [Video Tutorial]
Line 2: Line 2:
 Here you can set several in-game GUI options and freely use the information in your own GUI scripts. Here you can set several in-game GUI options and freely use the information in your own GUI scripts.
  
-It is __HIGHLY__ recommended that you go through [[https://unity3d.com/learn/tutorials/modules/beginner/ui|Unity's UI tutorials]] to learn more about how Unity handles UI elements in version 5+.  It can be confusing for newcomers, especially if they were used to the old GUITextures method of handling the UI (before UFE 1.6).  However, it is also much more powerful and you'll be able to create better UIs and in much less time.+It'recommended that you go through [[https://unity3d.com/learn/tutorials/modules/beginner/ui|Unity's UI tutorials]] and [[https://www.youtube.com/watch?v=ZnbRpPUDJnU|our video tutorial]] to learn more about how Unity handles UI elements in version 5+.
  
  
Line 8: Line 8:
  
  
-UI Template scripts: ''.\UFE\Scripts\UI\Templates\''\\ +UI Template scripts: ''.\UFE\Scripts\UI\Templates\'' (any version)\\  
-UI Base scripts: ''.\UFE\Scripts\UI\Base\''\\+UI Base scripts: ''.\UFE\Scripts\UI\Base\'' ([[:prices|Source and Bundle]] only) 
  
 ---- ----
  
-**Default Fade Duration:** The default fade time between screens.+**Screen Fade-in Duration:** The default fade time between menu screens
 + 
 +**Screen Fade-in Color:** The default fade color between menu screens. 
 + 
 +**Game Fade-in Duration:** The fade-in time from the loading screen to the match. 
 + 
 +**Game Fade-in Color:** The fade-in color from the loading screen to the match. 
 + 
 +**Round Fade-in Duration:** The fade-in time in between rounds. 
 + 
 +**Round Fade-in Color:** The fade-in color in between rounds.
  
 **Gauge/Meter:** If disabled the game will ignore any gauge/meter calls from the engine. **Gauge/Meter:** If disabled the game will ignore any gauge/meter calls from the engine.
Line 36: Line 47:
 ---- ----
 ===== Screens ===== ===== Screens =====
-Create prefabs of your UI elements and assign them to the corresponding fields below.+Select one of the screens and click ''Open'' to start editing it. You will find several custom options including sounds, music, interface elementsand an easy-to-use UI editor under the [[https://docs.unity3d.com/Manual/Hierarchy.html|hierarchy tab]]. Each screen has its own set of options and they can be accessed under the [[https://docs.unity3d.com/Manual/UsingTheInspector.html|inspector tab]]. No coding is required.
  
-To create your own UI screenswe recommend duplicating a default one then editing as you see fitincluding the UI script.  All UI scripts are open source on all versions of UFE, and are commented to help understand the functions.+For more on UI check out our [[https://www.youtube.com/watch?v=ZnbRpPUDJnU|video tutorial]]. 
 + 
 +To create your own UI screens we recommend you first duplicate one of the defaults and edit as you see fit (including the UI script). All UI scripts are open source on all versions of UFE, and are commented to help understand the functions.
  
 {{ :layout2.png?direct&850 |}} {{ :layout2.png?direct&850 |}}
Line 70: Line 83:
 {{ :global:global_networkui.png?direct&850 |}} {{ :global:global_networkui.png?direct&850 |}}
 ==== Network Mode ==== ==== Network Mode ====
-(Coming soon) 
   * Network Game: (NetworkGameScreen)   * Network Game: (NetworkGameScreen)
   * Host Game: (HostGameScreen)   * Host Game: (HostGameScreen)
Line 88: Line 100:
 ---- ----
 ===== Video Tutorial ===== ===== Video Tutorial =====
-{{youtube>large:ZnbRpPUDJnU }} +{{youtube>ZnbRpPUDJnU }} 
 +{{youtube>RYQw1nYvWY8 }}
  
 ---- ----
global/gui.txt · Last modified: 2022/12/24 23:23 by FreedTerror