Reply To: How to Export to Prefab with right GameObject reference?

Forums 💬 Slate Sequencer ⚙️ Support How to Export to Prefab with right GameObject reference? Reply To: How to Export to Prefab with right GameObject reference?

#20957
Gavalakis
Keymaster

    Hey,

    Do by export, you mean export to .unitypackage?
    If so, this is not possible to include the reference of the gameobject in the package, since the gameobject lives in a unity scene (which is not included in the .unitypackage).
    This is simply how unity works unfortunately.

    Did I misunderstood the problem? Please let me know if so.
    Thank you.