Project Questions - Rename, Copy, Multiples?

Hi,

I have a Unity Project that sits on the Unity Asset Server. I have a few questions about projects that aren’t evident at first glance or even by searching through these forums. So, here’s a list…

  1. How can I rename a project? I imagine it’s more than just renaming the local folder. I’m not seeing a menu item or something similar to safely perform this operation.
  2. Has anyone found a quick way to duplicate a project?
  3. Is there a way to open two or more instances of the Unity Editor at the same time? For instance, I’d like to have two projects open because I often reference them in parallel when developing.

Thanks for your time.

Regards.

Also, another…

  1. Is it possible to execute some C# code when a project is initially loaded?

Quit Unity, click on the project folder, hit , rename. I do it all the time.

Right click the project folder, select “Duplicate”, done. Something else I do every day to keep a daily backup of my work.

I run Unity on two different machines for this, but if you search the posts in the “Networking” forum you’ll find a thread or two on how to install 2 instances of Unity on the same machine.

Thanks for the responses. In regards to #1 and #2

It does not sound like either solution takes into consideration the Unity Asset Server. For instance, if I make a duplicate of the project locally through the Finder, I wouldn’t think that would tell the server anything. The same for renaming.

Am I misunderstanding or missing something obvious?

Same here, can’t find a way to rename on server (local renames aren’t very interesting for a team :wink: !)
I think you have to go through PostgreSQL commands, question is: is it safe to rename a DB?