Display a text for all scenes

Hi. I want display a text corner off screen. But I want it display every scenes. Must I copy paste for all scenes or there is a short way for do it?

DontDestroyOnLoad

You can setup your text in a canvas and then use DontDestroyOnLoad to keep the object in all your scenes. Normally is a good idea to have an object “game manager” that exists
through all scenes and keep game status.

This video I think is exactly what you are searching for… is a little long, but che concept itself is quite simple and fast to do.