Up to now, I did’nt have any problem with the Asset Server.
Recently, while updating assets from the Asset Server, I always have the following message:
“Failed downloading assets from server: Timed out awaiting result from server” (and so nothing is updated)
The original author found as a solution to “VACUUM + FULL + ANALYZE” directly on the underlying Postgres DB.
To me, a Unix ad Mac newbie, it doesn’t seem really straightforward.
Can someone describe me the steps to do that ? (I have a Mac Book Pro with Mac OS X 10.6.8)
Or does anyone knows another solution to my problem ?
Finaly I found how to command line a ‘Vacuum’ on the Asset Server underlying Postgres DB.
In a terminal :
/Library/UnityAssetServer/bin/psql -U admin -h localhost -d postgres -c ‘vacuumdb --verbose --analyze --all’
Unfortunately, it didn’t solve my Timeout problem
As a workaround, I just created an empty Unity project and updated everything into it.
* Windows, sorry
– J3-Gaming