can you have more than one person on unity at the same time like if my assitant wanted to move an object while I am renaming it for instance

i dont think you can have the same project open on 2 computers

If you are referring to Unity being akin to a live document [like an Office 365 scenario], then No I’m afraid not. You would alternatively use a repository and check against the latest changes, which will be available to review before committing to any main repo/ production-ready version of your game.
I suggest having a look at Unity’s own provision for collaboration: https://www.plasticscm.com/
Hope that helps some :slight_smile: