I'm using an object to trigger event, so its Mesh Renderer is turned off. But I want to see the object in Scene window anyway to be able to modify the level.
Here are my object's components:
How can I make an object visible for development purposes?
You should use Gizmos.
In your case try Gizmos.DrawMesh, or if it's a simple cube Gizmos.DrawCube.