Search Unity

Question How to access the most recent copied asset in editor?

Discussion in 'Editor & General Support' started by MiguelCoK, May 25, 2023.

  1. MiguelCoK

    MiguelCoK

    Joined:
    Aug 22, 2017
    Posts:
    20
    Hi, as the title states, I want to access the most recent copied (not pasted yet) asset within the editor. Is this possible?

    I've tried EditorGUIUtility.systemCopyBuffer, but it returns the last copied string from the system's clipboard, if no string has been copied before and I copy an asset it returns an emtpy string.