Unity Asset Server - Project Change Alerts via Email

Hello,

Can Unity Asset Server send commit event emails to project members?

For example, with Subversion, a user named “Joe” commits some code. He adds the following commit comment: “I fixed the monster collision”.

When Joe commits, an email is sent to all other project members. This email lists the names of any project files that Joe changed, as well as Joe’s commit comment.

Does Unity’s Asset Server support such a function?

Does anyone know? :frowning:

No it can’t
but you can hook against it from the outside and do so or use the website system provided on the blurst blog as a base for a cron job for example

unless you want to mess around in the sources naturally or alike