I recently setup the asset server, but did so back when 2.5 was the king of the hill.
Now we are getting ready to start using it, but are experiencing problems - specifically regarding comitting files. When we are trying to commit files, we get the following error: “You don’t have commit permissions for this project”
We get this error regardless of who we are logged in as; admin and ‘normal’ users fail the same.
Now that we got it up and running there are some things that are looking a bit odd. #1: Tags are not transferred when a user commits. Why is this? Are we doing something wrong here?
#2: It seems like it doesn’t transfer files the are located in the higher levels of hierarchy - specifically a file /UnityProject/*
However, all the files within the /Unity/Assets transfered just fine. Any reason for this? The file was called “dump.db”, if that has anything to do with it. It was transferred, but had a size of 0 kb.
Those “manager” files that store settings like tags (files with .asset extension) do not get saved to disk as you modify them. Try hitting “Refresh” in asset server.
Tags should definitely be committed.
Unity imports files in Assets and some settings files in Library. All files that unity does not know about do not get into asset server.