User Tools

Site Tools


installation

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
installation [2018/08/09 06:09]
Mistermind [Package]
installation [2023/08/16 23:44] (current)
Mistermind [Project Settings]
Line 2: Line 2:
  
   * Some knowledge of fighting game terminologies and overall understanding of how it works (hit boxes, active frames, hit stun etc.)   * Some knowledge of fighting game terminologies and overall understanding of how it works (hit boxes, active frames, hit stun etc.)
-  * Unity 2018.2 or higher+  * Unity 2019 or higher
   * **Basic understanding of Unity:**   * **Basic understanding of Unity:**
-      * Know your way around the basic tools (project, inspector, hierarchy, scene view)+      * Know your way around the basic tools (project, inspector, hierarchy, console, scene view)
       * Terminologies       * Terminologies
       * How to use [[https://unity3d.com/learn/tutorials/topics/interface-essentials/prefabs-concept-usage|prefabs]]       * How to use [[https://unity3d.com/learn/tutorials/topics/interface-essentials/prefabs-concept-usage|prefabs]]
 +      * Know what the [[https://docs.unity3d.com/Manual/Console.html|Console Window]] is and how to read it.
       * How to handle your own 3D models and animations       * How to handle your own 3D models and animations
 +      * How to research
       * For more information and full documentation please visit [[http://www.ufe3d.com|ufe3d.com]]       * For more information and full documentation please visit [[http://www.ufe3d.com|ufe3d.com]]
       * For more on Unity, visit [[https://unity3d.com|unity3d.com]]       * For more on Unity, visit [[https://unity3d.com|unity3d.com]]
Line 20: Line 22:
   * Select UFE 2 and click on the Import/Update button.   * Select UFE 2 and click on the Import/Update button.
  
-**Sellfy:**+**Payhip:**
   * Double click the unitypackage file or   * Double click the unitypackage file or
   * Go to Main Menu > Assets > Import Package > Custom Package   * Go to Main Menu > Assets > Import Package > Custom Package
Line 33: Line 35:
  
   * Close Unity.   * Close Unity.
-  * Using the explorer and navigate to ''(Project Folder)\Assets\UFE\ProjectSettings''+  * Using the explorer and navigate to ''(Project Folder)\Assets\UFE\Engine\ProjectSettings''
   * Open ''ProjectSettings.zip''   * Open ''ProjectSettings.zip''
   * Extract its content to ''(Project Folder)\ProjectSettings''   * Extract its content to ''(Project Folder)\ProjectSettings''
   * Reopen your project in Unity   * Reopen your project in Unity
  
 +Alternatively, this error could be caused by having an extra input event system active in your scene. UFE spawns its own event system.
  
 ---- ----
Line 46: Line 49:
  
 **Opening the demo files:** **Opening the demo files:**
-  * Navigate to ''UFE\Demo\'' and double click ''TrainingRoom.unity''. Hit play to start the Demo. +  * Navigate to ''UFE\Demos\'' and open any of the following scenes to start the demo: 
-  * To open the global config file for the demo, click on ''UFE\Demo\Config.asset'' and under the inspector, click to open the [[global:start|Global Editor]]. +      * UFE\Demos\_2DFighter\Demo 2D Fighter.unity 
-  * To view a [[character:start|Character]] file, navigate to ''UFE\Demo\Characters\[Character]\[Character].asset'' or, under the [[global:start|Global Editor]], select [[global:characters|Characters]]. +      * UFE\Demos\_2DFighter\Shell_Mode\Demo 2D Fighter (Shell).unity 
-  * To open a [[move:start|Move]] file, unfold the [[character:movesets|Move Set option]] under the [[character:start|Character Editor]] or navigate to ''.\UFE\Characters\[Character]\Moves\[Move].asset''.+      * UFE\Demos\_3DArena\Demo 3D Arena.unity 
 +      * UFE\Demos\_3DFighter\Demo 3D Fighter (Type 1).unity 
 +      * UFE\Demos\_3DFighter\Demo 3D Fighter (Type 2).unity 
 +  * The global configuration file is under the same folder (Config_PROJECTNAME.asset). To open the file, click on ''[[global:start|Open U.F.E. Global Config]]'' under the inspector
 +  * To edit a [[character:start|Character]] file, navigate to ''[Demo]\Characters\[Character]\[Character].asset'' or, under the [[global:start|Global Editor]], select [[global:characters|Characters]]. 
 +  * To edit a [[move:start|Move]] file, unfold the [[character:movesets|Move Set option]] under the [[character:start|Character Editor]] or navigate to ''.\[Demo]\Characters\[Character]\Moves\[Move].asset''.
   * You can also open any of the editors from the top toolbar under ''Window -> U.F.E.''.   * You can also open any of the editors from the top toolbar under ''Window -> U.F.E.''.
-  * To create a new UFE file, under the Project Tab, click ''Create->UFE''and select the file of your choice.+  * To create a new UFE file, under the Project Tab, click ''Create->UFE'' and select the file of your choice
 +  * The best way to get used to the tool is playing with the template files. Once you get used to the interface, start watching our [[videotutorials|videos]] and navigate through the [[global:debugoptions|content]].
  
 **Starting a new scene:** **Starting a new scene:**
   * Click File > New Scene   * Click File > New Scene
   * Make sure you have a camera on scene (Hierarchy view).   * Make sure you have a camera on scene (Hierarchy view).
-  * Create a new Game Object, click ''Add component'' and add both ''Event System'' and ''UFE''.+  * Create a new Game Object, click ''Add component'' and type ''UFE''.
   * Drag your [[global:start|Global Config]] file under ''UFE_Config'', make sure you have your characters and moves setup and hit play.   * Drag your [[global:start|Global Config]] file under ''UFE_Config'', make sure you have your characters and moves setup and hit play.
 {{ ::ufe_config_installation.png?nolink |}} {{ ::ufe_config_installation.png?nolink |}}
Line 64: Line 73:
  
 ===== Updates ===== ===== Updates =====
-To update an existing copy of your UFE follow [[changelog#how_to_update_your_ufe_build|these instructions]].+To update an existing copy of your UFE follow [[changelog#how_to_update_your_ufe_build|these instructions]]. If you are updating from **UFE 1** to **UFE 2**, follow [[global:netcode#converting_to_20|these instructions]] after importing your project.
  
 ---- ----
 +
 +===== Related Videos =====
 +For more video tutorials visit [[https://www.youtube.com/c/Ufe3d|UFE's official youtube channel]].\\
 +{{youtube>eDSiBNlKipc}}
  
 [[:start|< Back to Universal Fighting Engine - Introduction]] [[:start|< Back to Universal Fighting Engine - Introduction]]
installation.1533809356.txt.gz · Last modified: 2018/08/09 06:09 by Mistermind