Search Unity

Can Unity for iphone handle line drawing?

Discussion in 'iOS and tvOS' started by SamHorton, Jul 2, 2010.

  1. SamHorton

    SamHorton

    Joined:
    May 25, 2008
    Posts:
    7
    I'm about to tackle an iphone drawing app, and was wondering if Unity would be capable of handling drawing stylized lines to the screen and saving the drawing as an image.

    The lines would need to look something like this:


    The last time I checked Unity did not have access to the basic image commands via c# (correct me if I'm mistaken), but it seems like a render2texture feature could be used for this.

    Would love to use Unity for this so the app can have access to all the 3D features, but it's this drawing portion that has me stumped.

    Thanks in advance!
     
  2. defjr

    defjr

    Joined:
    Apr 27, 2009
    Posts:
    436
  3. SamHorton

    SamHorton

    Joined:
    May 25, 2008
    Posts:
    7
    That definitely looks interesting! My main concern at this point would be exporting the image/texture out of
    unity.
     
  4. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    thats the simplest part technically, aside of the requirement to write some xcode code to take the image and add it to the image library of the iphone.