Unity: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
To find the downloaded level kit files:
To find the downloaded level kit files:


[[LevelKitFileLocation-1.png|thumb|400px|none|Where to find the LevelKit files]]
*Right click on the LevelKit files and select 'properties'


then launch Unity and open this project via Unity


[[LevelKitFileLocation-2.png|thumb|400px|none|Where to find the LevelKit files]]
[[file:LevelKitFileLocation-1.png|thumb|400px|none|Where to find the LevelKit files]]
 
 
*Then click on the 'local files' tab and click on 'browse local files'
 
 
[[file:LevelKitFileLocation-2.png|thumb|400px|none|Where to find the LevelKit files]]
 
 
*This will open the file location in the explorer window.
 
* Make sure to MOVE the level kit folder out of Steam apps and into a safe folder in your User account to prevent steam from overwriting in an update to the tools
** Bonus points for setting up version control for your mod ( doesn't have to be the whole project - can just be the mod folder )
 
 
Open Unity and press the 'Open' button open a new project, and point this to the location of the LevelKit files that were opened in explorer in the previous step.
 
 
[[File:OpenNewProject.png|thumb|400px|none|Open new project]]
 
 
Continue [[Getting Started with the LevelKit]]

Revision as of 17:05, 23 April 2019

To find the downloaded level kit files:

  • Right click on the LevelKit files and select 'properties'


Where to find the LevelKit files


  • Then click on the 'local files' tab and click on 'browse local files'


Where to find the LevelKit files


  • This will open the file location in the explorer window.
  • Make sure to MOVE the level kit folder out of Steam apps and into a safe folder in your User account to prevent steam from overwriting in an update to the tools
    • Bonus points for setting up version control for your mod ( doesn't have to be the whole project - can just be the mod folder )


Open Unity and press the 'Open' button open a new project, and point this to the location of the LevelKit files that were opened in explorer in the previous step.


Open new project


Continue Getting Started with the LevelKit