A monobehaviour Class variables shown in the Inspector of another monobehaviour class ?

Can I view the variables of a monobehaviour class on a second monobehaviour class inspector?
like if its a simple class .

Monos need to be attached to GameObjects, because of that, you can’t view the variables of a Monos from another Mono since you can just edit them from the inspector of the GameObject they’re located on.

What you might need is either a ScriptableObject or a Serilizable class.

I think you misread his first sentence. He wants to have a second inspector, I’m guessing to view the variables of two GameObjects at once.

all monobehaviour class are serilizable so i dont need to put there serilizable