How can I parse .unity3d file on sever side by php -


I have my own .ion3d file which is on my server to download users to update our game . And I try to create a web-interface to add some additional data associated with this. This interface should be able to show images of properties from .3 data files. These files contain information and information about submarines. How can I parse the .3 file to show images in my web-interface?

Unity 3D files are a proprietary package format used for distribution, and so on does not make sense.

If you need to create your web interface then it will be easy to use the original files.

After saying this, there are tools which are decompile. .3 Data Files


Comments