Difference between revisions of "Exporting Scenes"

From Virtual World Web Wiki
Jump to: navigation, search
(Details to keep in mind when exporting Unity Scenes)
Line 2: Line 2:
 
== Details to keep in mind when exporting Unity Scenes ==
 
== Details to keep in mind when exporting Unity Scenes ==
  
Ensure that your project settings have all necessary graphics pipelines selected
+
*Ensure that your project settings have all necessary graphics pipelines selected and that you are in the Linear color space.
  
 
[[File:GraphicsSettings.png]]
 
[[File:GraphicsSettings.png]]
  
  
Make sure all scene items are under a GameObject called _World
+
*Make sure all scene items are under a GameObject called _World
  
 
[[File:WorldRoot.png]]
 
[[File:WorldRoot.png]]
  
  
Make sure your scenes do not contain any Scripts (MonoBehaviours) or Cameras.
+
*Make sure your scenes do not contain any Scripts (MonoBehaviours) or Cameras.

Revision as of 18:10, 20 November 2015

Details to keep in mind when exporting Unity Scenes

  • Ensure that your project settings have all necessary graphics pipelines selected and that you are in the Linear color space.

GraphicsSettings.png


  • Make sure all scene items are under a GameObject called _World

WorldRoot.png


  • Make sure your scenes do not contain any Scripts (MonoBehaviours) or Cameras.