How work Unity Web player

I play game with Unity 3D program source : Pokemon TCG Online.

Game create image file in my hard drive. But i can’t read this file because it’s unity3d file.
I download and install unity 3D web player, this programm scan my computer but don’t find file.
How open unity3d image file ?

I join here few image file :
http://ftp.pele.family.free.fr/pokemon/bw7_illustration_001.unity3d
http://ftp.pele.family.free.fr/pokemon/bw7_illustration_002.unity3d
http://ftp.pele.family.free.fr/pokemon/bw7_illustration_003.unity3d
http://ftp.pele.family.free.fr/pokemon/bw7_illustration_004.unity3d
http://ftp.pele.family.free.fr/pokemon/bw7_illustration_005.unity3d

Can you tell me how open and see this images file ?

Thanks

Have you installed the Unity3D program? Have you tried opening the project with it? The web player only plays builds, not sources

Create a default webplayer html page and link embeded source to a file you have

1 Answer

1

Hi and thanks for answer.

I don’t install unity 3D program. And i don’t want install it.

I just want a little program to display unity3D image.
It’s possible or not ?

Exemple : A gimp add-on like targa file opening.

Ok, do not write comments as answers!!! Such behaviour pisses me off, because it shows how little people read the FAQ and watch the video! Also the point of a .unity3d file, is that it can only be opened with unity3d. Most likely they are acctually scene files and not images. A project (the source of a game) is only usefull when using Unity3d. What is the purpose otherwise?