ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.7k stars 663 forks source link

Extract scene from .unity3d file #155

Open Sandbird opened 8 years ago

Sandbird commented 8 years ago

I managed to do it once...but since then i've failed miserably. The scene loaded but of course all the scripts could not be found. I did see the variables though under the missing script tag, so i could figure out which scripts it was loading, and i could manually add them after that and delete the broken script reference. What is the proper way to load the scene in the Unity Editor and get the proper references ? Adding the scene file in the Assets folder and loading it up doesnt work. This is an old Unity 4 unity3d file so its not a problem with unity5 types.

No matter how i try now, i always get missing script tags but i cant see the values under anymore.