Load Scene with parameter?

Hello,

is it possible to give parameters to another scene? Or load objects from a "Global Scene/Script"?

Because I want a Deck for my trading card game. And this deck has to be available in every scene/level.

Thanks you very much

You can use DontDestroyOnLoad on a scene manager object, so that it exists in every scene, along with all its variables.