Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open pdf files in Unity

there is any tool or plugin for Unity that can open PDF files inside the game. I none of these exist, maybe there is tool that can automatically convert PDF files to images.

like image 477
Dim Avatar asked Nov 04 '25 00:11

Dim


1 Answers

You can open a file with

Application.OpenURL("file:///c:/filename.PDF");

but if you want to show it on the game window then it is a bit more trickier. Nevertheless here is some good discussion about it: http://forum.unity3d.com/threads/71964-PDF-reader

like image 197
jparimaa Avatar answered Nov 05 '25 15:11

jparimaa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!