0

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:

enter image description here

How can I make an object visible for development purposes?

Maria
  • 755
  • 1
  • 11
  • 29

1 Answers1

0

You should use Gizmos.

Gizmos are used to give visual debugging or setup aids in the Scene view.

In your case try Gizmos.DrawMesh, or if it's a simple cube Gizmos.DrawCube.

Pluto
  • 3,911
  • 13
  • 21