User Tools

Site Tools


global:stages

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
global:stages [2014/04/29 03:29]
Mistermind
global:stages [2022/12/24 23:43] (current)
FreedTerror
Line 3: Line 3:
 //Coming soon: Interactables// //Coming soon: Interactables//
  
-{{ :global:global_stages.jpg?nolink |}}+{{ :global:global_stages.png?nolink |}}
  
-**Stage Prefab:** prefab containing your stage modelNoteYour stage must have plane mesh under the layer "Ground"Check the TrainingRoom prefab example.+ 
 +---- 
 +===== Loading Method (PRO/Source) ===== 
 + 
 +**Stage Prefab** 
 +  * **Legacy:** Loads the prefab along with the game. 
 +  * **Resources Folder:** Loads the prefab files from the [[https://docs.unity3d.com/Manual/LoadingResourcesatRuntime.html|Resources folder]]. If this option is selected you need to write the path of the file into the fields that will appear under the stage options below.\\ Example: Type in ''Stages\Stage'' if the file is located under ''.Resources\Stages\Stage.prefab''. The Resources Folder can be placed anywhere in your project (there is one located under ''.UFE\''
 +  * **Scene File:** Loads scene. Useful when you need custom lighting. If this option is selected you need to write the path of the file into the fields that will appear under the stage options below\\ Example: ''Assets/UFE/Demos/Shared_Assets/Stages/TrainingRoom2D/TrainingRoom.unity'' 
 + 
 + 
 +---- 
 +===== Stage Info ===== 
 + 
 +**Stage Prefab (Legacy):** A prefab containing your stage model. 
 + 
 +**Stage/Music Resource Path:** Write the path of the file beginning from the Resources folder.
  
 **Stage Name:** The name of this stage. **Stage Name:** The name of this stage.
Line 16: Line 31:
  
 **Ground Friction:** How "slippery" the ground is. The smaller the value, the more slippery it is. **Ground Friction:** How "slippery" the ground is. The smaller the value, the more slippery it is.
 +
 +**Position:** The position of the ground.
  
 **Screenshot:** A screenshot of this stage. **Screenshot:** A screenshot of this stage.
 +
 +----
 +===== Video Tutorial =====
 +
 +{{youtube>JdqkKPhzM8E }}
 +{{youtube>oMM1FC3eueo}}
 +
  
 ---- ----
global/stages.1398756573.txt.gz · Last modified: 2014/04/29 03:29 by Mistermind