I am currently investigating some performance issue in a big application setup with Unity. I am suspecting that we are allocating too many objects. Since Unity handles objects creation/allocation, is there an event or something that I could log when an object is resolved or created by Unity? I'd like a full trace so that I understand better what is going on.
Thanks!