【PUN2】I want to disable the instantiation of an object in PhotonView at a specified time.

Objects to which the PhotoView component is attached are instantiated and visible to other players in the room.

Is it possible to disable this instantiation in the PhotonView at a specified time?

Specifically, I want to disable the instantiation only while the LocalPlayer and the other Player are in different Scenes.
Objects that use PhotonView are instantiated even if the players in the room are in different Scenes.
Normally, players in the same room should not be in different Scenes, but in my game, such a situation inevitably arises for a moment.

In this case
“If the player is in one Scene, don’t instantiate him in PhotonView”.
Is it possible to do something like this?

Translated with DeepL Translate: The world's most accurate translator (free version)

It didn’t seem to be possible to disable instantiation using PhotonView.
However, I was able to solve this problem by writing the following code: "Deactivate the network object when you are in a Scene.
However, I was able to solve the problem by writing the following code