How to enable a game object from a diferent scene?

Greets!

I have a texture from my UI scene that i want to be enabled when my player collides with specific game objects, but i don’t know the corect syntax to call for that. I know about SetActive() function, but what’s needed to go, search and then enable a game object in another scene?