Open Viproz opened 10 years ago
I usually wait for the official release for the latest Unity version, just in case they decide to change some details in the file format in the final version. Version 5 has some pretty big changes under the hood and I'm also working on a large rewrite of DisUnity, so it may take a while until newer files are supported.
Do you know any free Unity 5 web demos that I could download? It looks like access to the beta is currently limited.
Rust is a unity 5 game now and access to the dedicated server is open with steam_cmd: https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server
Thank you, that's really helpful and should help me to prepare DisUnity for Unity 5.
Hi,
I'm trying to use disunity to extract data from a file (resources.assets) from the game Rust which run on Unity 5 and I'm getting this error : viproz@Viproz:~/Downloads/disunity$ java -jar disunity.jar extract resources.assets [info] DisUnity v0.3.3 [info] resources.assets [warning] FileCommand: Can't process resources.assets, caused by info.ata4.unity.asset.AssetException: Unknown asset format 14 at info.ata4.unity.asset.AssetFile.load(AssetFile.java:145) at info.ata4.unity.asset.AssetFile.load(AssetFile.java:105) at info.ata4.unity.asset.AssetFile.open(AssetFile.java:58) at info.ata4.unity.cli.cmd.AssetCommand.processAssetFile(AssetCommand.java:97) at info.ata4.unity.cli.cmd.AssetCommand.processFile(AssetCommand.java:90) at info.ata4.unity.cli.cmd.FileCommand.processPath(FileCommand.java:58) at info.ata4.unity.cli.cmd.FileCommand.run(FileCommand.java:76) at info.ata4.unity.cli.DisUnityCli.run(DisUnityCli.java:110) at info.ata4.unity.cli.DisUnityCli.main(DisUnityCli.java:123)
I know that Unity 5 is still in beta but do you know if you'll be able to support it soon ? Anyway, thanks for this awesome tool, worked well on the old rust !