Search Unity

Copy / Paste from Editor to another Editor instance

Discussion in 'Editor & General Support' started by Notsu, Nov 30, 2017.

  1. Notsu

    Notsu

    Joined:
    May 5, 2015
    Posts:
    7
    Hi there,

    I'm working on a game and I want to copy large amount of gameObjects / components in hierarchy from an other game. A practical way to that is to simply open 2 instances of unity and copy what I need from a game and paste it to the other. Unfortunatly, this doesn't work, each editor have its own "copy buffer" , and I can't do that. ( tested with Unity 2017.1.1p1 )
    So is there a way to copy / paste things from 2 instances of unity ? Bundled it or with a plugin.

    Thanks,

    Notsu
     
  2. fffMalzbier

    fffMalzbier

    Joined:
    Jun 14, 2011
    Posts:
    3,276
    You coud just make prefabs and export them in a unity package.
    Not super fast but it works.
     
    Notsu likes this.