Can I use a NAS Server to Host a Unity Project?

I have a NAS server that I use to store backups for my Unity projects. However, I am starting to travel more and could do with being able to access the project on my laptop. Due to this being the case, I would rather not have to keep copying the most up-to-date project from the NAS to my computer. Is there a way I can basically use the NAS to make it like a shared project?

I currently use two ReadyNas’s, a Sparc and a r314, the sparc runs git, r314 has svn, i expose endpoints through dyndns and custom router os for forwarding.

meta data is enabled for unity projects, library and temp excluded/ignored.

Yes, of course. Unity projects are just a directory of files - they don’t care if they’re on a local hard disk, a network drive, or a USB stick.