Someone knows if it's possible to display a pdf file inside a Unity scene? My target platform is the iPad, and I would like to be able display a pdf inside my project
Thanks for your help,
Simone
Someone knows if it's possible to display a pdf file inside a Unity scene? My target platform is the iPad, and I would like to be able display a pdf inside my project
Thanks for your help,
Simone
You'd have to write a pdf importer.
It would be a very difficult project, no doubt. Download the pdf specs, then use that to parse the file and have it render into an array which you then apply to a texture. Easier said than done....
– Eric5h5i wouldn't try to rewrite the wheel on the pdf importing though.. I am going to want to do the same thing and for speed I think I am going to use a m$ lib that already has pdf magic code somewhere
– Lenn_Dolling