Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Unity Studio

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Maleioch
ultra-n00b
Posts: 2
Joined: Sat Nov 21, 2015 9:31 pm
Has thanked: 1 time

Re: Unity Studio

Post by Maleioch »

Hello,

I'm trying to extract models with animations and textures from a Unity game just released. It is Sword Coast Legends. We have been given the okay to mod the game by the developers as long as we don't touch the dll's and exe.

I haved tried numerous programs to extract models and textures with some success here and there. But none of them will extract the animations, animation controllers, avatars or materials. Just the model as .obj and textures as .png/.tga.

I just tried your Unity Studio application and was surprised to find that when I extracted the model to fbx and dragged it into unity it had it's material and avatar. Still no animation controller or animations. I have to extract the textures still with another program because yours doesn't extract the .tex files. It also must have the UV Map mixed up because the textures don't apply correctly to the models. Anyway. I hope you continue to develop this application because it seems to be a step in the right direction for unity game modding.
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Unity Studio

Post by Chipicao »

New version released
- workaround for Unity 5 vertex buffer anomaly (should fix export errors and UV coordinates)
- re-wrote code for loading and extracting bundle files
- fixed link problem with instances of skinned geometry
- separated normal and bump map texture slots in FBX
- added transparency factor in FBX materials


@Maleioch Thanks for you feedback and appreciation.
Could you please tell me the name of this game so I can test it?
Animation controllers are planned, but still a long way to go.
All textures should be extracted correctly, unless they are not directly linked to materials (for example changeable skins). Even so, you can extract them with Unity Studio from the Assets list, without the need for other programs.
If it's a Unity 5 game, please try the new version I just released, which should fix some issues with UV coordinates.
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
mappy2012
advanced
Posts: 61
Joined: Sun Jul 03, 2011 4:40 am
Has thanked: 51 times
Been thanked: 1 time

Re: Unity Studio

Post by mappy2012 »

hi~Chipicao,thx u tool
get some error Index was outside the bounds of the array
game: Mordheim City of the Damned,resources.assets,resources.resource
Maleioch
ultra-n00b
Posts: 2
Joined: Sat Nov 21, 2015 9:31 pm
Has thanked: 1 time

Re: Unity Studio

Post by Maleioch »

Chipicao wrote: @Maleioch Thanks for you feedback and appreciation.
Could you please tell me the name of this game so I can test it?
Animation controllers are planned, but still a long way to go.
All textures should be extracted correctly, unless they are not directly linked to materials (for example changeable skins). Even so, you can extract them with Unity Studio from the Assets list, without the need for other programs.
If it's a Unity 5 game, please try the new version I just released, which should fix some issues with UV coordinates.
The game I'm attempting to mod is Sword Coast Legends. Downloading your update now. Eager to try it out. Thanks

Update: I haven't noticed any changes. I did determine that I have to flip the texture files horizontally in order for them to match the model in the FBX. I didn't have this issue with other extractors. Flipping the textures is a workaround for now.
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Unity Studio

Post by Chipicao »

Maleioch wrote:The game I'm attempting to mod is Sword Coast Legends. Downloading your update now. Eager to try it out. Thanks

Update: I haven't noticed any changes. I did determine that I have to flip the texture files horizontally in order for them to match the model in the FBX. I didn't have this issue with other extractors. Flipping the textures is a workaround for now.
OK, I think I know where the issue is.
First of all Unity Studio fails to detect a texture format used in this game. @coolkid I think you had this issue as well but I didn't see it at the time.

Second, you're probably using a different tool to extract textures. And that tool is the one flipping textures in the first place, so you have to flip them back.
Once I add support for this new texture format all should be good.

Expect a new version sometime this evening (EEST).
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
coolkid
n00b
Posts: 18
Joined: Sat Jul 11, 2015 1:56 pm
Has thanked: 5 times

Re: Unity Studio

Post by coolkid »

Chipicao wrote:
Maleioch wrote:The game I'm attempting to mod is Sword Coast Legends. Downloading your update now. Eager to try it out. Thanks

Update: I haven't noticed any changes. I did determine that I have to flip the texture files horizontally in order for them to match the model in the FBX. I didn't have this issue with other extractors. Flipping the textures is a workaround for now.
OK, I think I know where the issue is.
First of all Unity Studio fails to detect a texture format used in this game. @coolkid I think you had this issue as well but I didn't see it at the time.

Second, you're probably using a different tool to extract textures. And that tool is the one flipping textures in the first place, so you have to flip them back.
Once I add support for this new texture format all should be good.

Expect a new version sometime this evening (EEST).
Thanks Chipicao. The textures worked before the game update tho.
Were you able to get any 3D mesh out of the game I was trying to extract it from?
I cant seem to figure it.(Using your updated version)
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Unity Studio

Post by Chipicao »

This new texture type was introduced with a recent Unity 5 version, that's why it worked before.

I haven't been able to figure out those files yet. It's a new type of unity3d format and I'm not even sure it should be extracted or loaded "as is".
I think they call it "AssetBundle Realtime Decompression". I may find more info once Unity 5.3.0 is released to the public.
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
coolkid
n00b
Posts: 18
Joined: Sat Jul 11, 2015 1:56 pm
Has thanked: 5 times

Re: Unity Studio

Post by coolkid »

Chipicao wrote:This new texture type was introduced with a recent Unity 5 version, that's why it worked before.

I haven't been able to figure out those files yet. It's a new type of unity3d format and I'm not even sure it should be extracted or loaded "as is".
I think they call it "AssetBundle Realtime Decompression". I may find more info once Unity 5.3.0 is released to the public.
O oke, Good luck man!
rayleigh
n00b
Posts: 17
Joined: Wed Jul 08, 2015 8:58 pm
Has thanked: 2 times

Re: Unity Studio

Post by rayleigh »

hi
have problem with this
Its works all good :)
But when i export a example a char it export fbx with textures but when i import it in 3d max or unity3d it looks like blurred but the texture is ok ??+

version 5.1.1f1

Also the same bug come on the newst version 5.3x
Thx you :)
You do not have the required permissions to view the files attached to this post.
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Unity Studio

Post by Chipicao »

No, it doesn't look ok.

But if you don't tell me the name of this game I can't look into it.
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
rayleigh
n00b
Posts: 17
Joined: Wed Jul 08, 2015 8:58 pm
Has thanked: 2 times

Re: Unity Studio

Post by rayleigh »

Chipicao wrote:No, it doesn't look ok.

But if you don't tell me the name of this game I can't look into it.
here is the game https://dl.dropboxusercontent.com/u/766 ... ceman.html
it using 5.1.1f1
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Unity Studio

Post by Chipicao »

No problems here. Are you sure you're using the latest version of Unity Studio?

Image
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
rayleigh
n00b
Posts: 17
Joined: Wed Jul 08, 2015 8:58 pm
Has thanked: 2 times

Re: Unity Studio

Post by rayleigh »

Chipicao wrote:No problems here. Are you sure you're using the latest version of Unity Studio?

Image
hi i use version unity studio 0.5.0.0.

Edit:I dont now why it happend this but i have download now the same programm and now it works :)
But hmm im confused .
Only what i make is in the unity studio folder are all my assets maybe this will breaking it ?
sam319
ultra-n00b
Posts: 2
Joined: Wed Nov 25, 2015 6:45 am

Re: Unity Studio

Post by sam319 »

Could you add some console parameters?
Like call "Unity Studio.exe path/font.assetBundle" to run Unity Studio and open asset bundle directly.
Then I can do some method in Unity...
Image
Thank you.
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 305 times
Contact:

Re: Unity Studio

Post by Chipicao »

@rayleigh Sorry, I'm not changing the internal version number for every minor update. The box.com link is always the same and I just announce new releases here.
You can see version numbers in the GitHub release page if you're interested.

@sam319 OK, I'll add that.
But what exactly are you looking to achieve? To extract assets and load them back in Unity?
Please post any requests or issues with my tools in the appropriate topics.
I'm sorry if I don't reply or if I ignore PMs. My time is very limited.
Post Reply