how to move multiple selected iteams between tow scene,

I want to know to move multiple selected items (Object) between two Scene ,

Good day.

The best option is to have a prefab (that you will instantiate at the 1st scene) and you should be able to save all needed information in a script.

Then, in the second scene load the prefab andusing the stored information get the same object as the 1st scene.

I highly recommend you to watch this:

https://docs.unity3d.com/ScriptRefere/SceneManagement.SceneManager.MoveGameObjectToScene.html

Bye ! :smiley: