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!