Search Unity

Scriptable Object reference in Asset Bundle and scene for the same instance possible?

Discussion in 'Editor & General Support' started by Tuni, Jan 24, 2018.

  1. Tuni

    Tuni

    Joined:
    May 24, 2013
    Posts:
    74
    Hi,

    we have a scriptable object which is referenced in the scene and in a prefab which is stored in an asset bundle. Is it possible to keep both references pointing to the same scriptable object instance? Because the reference from the asset bundle prefab is pointing to another instance of the scriptable object.

    Thanks!