Extending Unity Asset Server

hello all,
Is there a way to extend Unity Asset Server windows similar to extending unity editor, for example I want to show changed items per category, per change type (move, new, delete…) and other stuff

Thanks

Hi, there’s an editor API for the AS but I’m afraid you’d have to rewrite the whole UI since you won’t be able to plug your stuff in the existing one.

@_met44 thanks for your reply,
where can I find a reference to this API?
and do you have any examples or a link that can I read more info about extending AS?

Simply look in the scripting reference: Unity - Scripting API:

And no sorry I don’t have examples of it, i supposed no one ever wanted to rewrite this :stuck_out_tongue:

Let me know if you make something great, I’ll be interested :slight_smile: