Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Is there is the way for use normal draw code?

Discussion in 'Getting Started' started by Fenrius, Jan 8, 2019.

  1. Fenrius

    Fenrius

    Joined:
    Jan 8, 2019
    Posts:
    6
    Is there the way to use renderer directly? Like XNA/Monogame? Or maybe will be in the future?
     
    Last edited: Jan 8, 2019
  2. DaDonik

    DaDonik

    Joined:
    Jun 17, 2013
    Posts:
    258
    You can check out the Graphics class. That allows you to directly render a mesh, without requiring a GameObject with a renderer component on it.
     
  3. Fenrius

    Fenrius

    Joined:
    Jan 8, 2019
    Posts:
    6
    Oh thanks, that's what i am looking for!