Each time I launch Unity, it randomly opens some folders in the Project window. It never keeps the same view as what I had when it was last closed down. It seems to be random, with different folders opening each time.
Is there an option to preserve Project view or similar?
Or is this a bug?
Are you seeing this behavior too?
I’m on Unity 5.3.4.
2 Answers
2
Hi,
Apparently, 5.3.5 keeps in memory what folders were open in the project window when we closed it last time; at least it does for me.
I don’t know about 5.3.4. Sorry.
You you get any warnings / errors in the console? When a warning or error is displayed in the console, the source script is “pinged” which will expand all folders to that asset.
All right. I took a closer look and it seems that the project folder Unity opens at launch is the one that has been modified last. Example: last time I quit Unity, I had just added an object to a Prefab folder; when I just opened it again, the Prefab folder was open... Not quite random then. Hope it helps!
– AnneSchmidt_legacy