Read. Mpp (MS Project) in Unity 3D

hello: :smile:
He found that it can read. xls Unity.
my question is whether it is possible (how?) read files from MS Project 2003 (. mpp). :sunglasses:

wish to do this from an XML but that means having a Project editor installed, so for my purposes is not feasible.
any help is appreciated :wink:

don_vladimiro on iMac G4

I donโ€™t think itโ€™s possible because mpp is proprietary format and so means the format itself is not enclosed unlike xml which is open format and people can write their own parser for it. Unless Unity officially supports it which is imo not going to happen.

Your Google-fu is weaksauce. Both of you, I am embarrassed for you. FFS three minutes on google.

http://mpxj.sourceforge.net/

http://www.codeproject.com/KB/docview/MppViewer.aspx?display=Print

http://www.projectviewercentral.com/

Correct, i didnโ€™t googled it. And even so he still needs to write his own scripts and call this libs.

My question is: :-l
What libraries should I take and how I import the Unity engine? :frowning: