Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

In every project there are the CurrentLayout.dwlt and CurrentMaximizeLayout.dwlt files, but those, as the name implies, are just the current layouts.

I've been unable to find the general files where it saves all your layouts, in order to copy it to another computer.

Where is it?

share|improve this question
    
Searching google I find all sort of questions unrelated to this specific problem. –  Lohoris Jun 26 at 20:17

1 Answer 1

up vote 2 down vote accepted

On Windows: %APPDATA%/Unity/Editor-n.x/Preferences/Layouts

On OSX: ~/Library/Preferences/Unity/Editor-n.x/Layouts

Where n is the major version number of the Unity Editor in question, %APPDATA% is your AppData/Roaming hidden folder in your user folder (on Windows) and ~ is your home directory (on Mac).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.