wiki.sine.space | sinespace

Difference between revisions of "Importing 3D Models"

From wiki.sine.space
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Revision}}
+
You can import 3D models you have made or downloaded from 3D model sites into Unity.
  
You can import clothing you have made from other 3D software into Unity.  
+
The recommended formats are FBX or OBJ; if you are importing skinning (weighting) information, we recommend using .FBX, however .Blend and .DAE will import skinning data as well.
  
You will want to save/export the clothing you have made from your software as an '''obj. file'''. Native file formats do not work with Space, whether or no they work well with Unity.  
+
The simplest and easiest way to import your 3D file is to simply drag and drop the file into your unity project assets directory.
  
Once you have your clothing item as an obj file, open Unity.  
+
The directory will be where you saved the project after creating one initially during the installation of the Editor Pack.  
  
There are a couple of ways you can import your clothing obj file.
 
You can either drag and drop the file into your project window from where you have saved it, or, you can go to the top menu, click on '''Assets>Import New Asset''' and choose the obj file from where you have saved it.
 
  
[[File:Importnewasset.jpg]]
+
[[File:Assetsdirectory.jpg]]
  
This will put the obj file into your main Assets folder. You can create a new folder for the item by right clicking in the Assets folder, and choosing '''Create>Folder'''.
 
  
You can then follow the steps in this video tutorial [https://www.youtube.com/watch?v=D54FJiKbMaE Basic Clothes] or follow the steps on this page [[Importing and Uploading Clothing]] to set the clothing up for uploading into Space.  
+
When you open Unity, the file will be in your Assets folder. You can create a new folder for the item by right clicking in the Assets folder, and choosing '''Create>Folder'''.
  
 +
You can then follow the guides and tutorials on the wiki to build regions or upload your clothing items to space.
  
 
{{Creation Navbox}}
 
{{Creation Navbox}}

Latest revision as of 08:33, 16 January 2017

You can import 3D models you have made or downloaded from 3D model sites into Unity.

The recommended formats are FBX or OBJ; if you are importing skinning (weighting) information, we recommend using .FBX, however .Blend and .DAE will import skinning data as well.

The simplest and easiest way to import your 3D file is to simply drag and drop the file into your unity project assets directory.

The directory will be where you saved the project after creating one initially during the installation of the Editor Pack.


Assetsdirectory.jpg


When you open Unity, the file will be in your Assets folder. You can create a new folder for the item by right clicking in the Assets folder, and choosing Create>Folder.

You can then follow the guides and tutorials on the wiki to build regions or upload your clothing items to space.