Page 6 of 11

Re: List of Unity games

Posted: Wed Jul 09, 2014 11:48 am
by Chipicao

Re: List of Unity games

Posted: Wed Aug 13, 2014 8:31 pm
by pixellegolas
Well posted in the other maxscript thread but the mmo game kritika online looks really nice. I managed to get stages working but not characters so far

Image

Re: List of Unity games

Posted: Thu Aug 14, 2014 4:00 pm
by Ferrari formula 1
Nitro Nation,Racing Rivals and Dubai Drift are Unity games too! :)

However,they are tricky to get models out.

Image Image Image

Re: List of Unity games

Posted: Fri Sep 19, 2014 6:12 pm
by MacedoSTI
Image

i only can find wheels on Racing rivals :/

Re: List of Unity games

Posted: Sat Sep 20, 2014 6:33 am
by Chipicao
I think they did something to the new version and car models are downloaded separately, after you install the game.

Re: List of Unity games

Posted: Sun Sep 21, 2014 12:47 pm
by barti
Ferrari formula 1 wrote:Nitro Nation,Racing Rivals and Dubai Drift are Unity games too! :)

However,they are tricky to get models out.
Where are the cars from Dubai Drift stored? I looked into both the .apk file and the obb directory, but all I could find is some UI textures.

Re: List of Unity games

Posted: Tue Sep 23, 2014 10:24 pm
by hermit
also work Monster Truck Destruction (IOS) :twisted:

Re: List of Unity games

Posted: Wed Sep 24, 2014 3:07 am
by lolwatt
奶酪美國人喜歡奶酪 8D 8D 8D

Re: List of Unity games

Posted: Wed Sep 24, 2014 7:22 am
by Chipicao
Many mobile games, especially Android, don't include all graphics assets in the apk or ipa. Instead they are downloaded separately after you install the game, and you need to find them on your phone or tablet.
Dubai Drift is such an example. Android apk doesn't include cars, but the iOS ipa does.

Other games have separate .unity3d or bundle files that contain models and need to be extracted first.
For example CSR Racing 2.0.0.ipa\Payload\csr4c3.app\AppDataRoot\AssetBundles\High\
There you will find a bunch of files with extension .High.##. You need to extract all of them with aluigi's quickbms script.

@lolwatt Thanks for the feedback, I will look into Tiny Troopers to see what causes the crash.
Do you mean Edge of Tomorrow crashes as well? Last time I checked it worked fine.

Re: List of Unity games

Posted: Wed Sep 24, 2014 2:52 pm
by hermit
lolwatt wrote:
hermit wrote:also work Monster Truck Destruction (IOS) :twisted:
Had no luck with it:
I used version 1.0b

Re: List of Unity games

Posted: Thu Sep 25, 2014 4:56 am
by lolwatt
奶酪美國人喜歡奶酪 8D 8D 8D

Re: List of Unity games

Posted: Thu Sep 25, 2014 6:09 am
by lolwatt
奶酪美國人喜歡奶酪 8D 8D 8D 8D 8D 8D

Re: List of Unity games

Posted: Thu Sep 25, 2014 12:06 pm
by Chipicao
Knights 1.0.13.ipa - human* meshes in resources.assets
Image

Some character skeletons indeed don't have meshes.
I can only assume that either the game engine is meant to add them together from other nodes, or perhaps they are downloaded after you unlock them.

Point is, the script is importing all meshes that it can find, and it does so based on the structure of the asset files.
If for whatever reason the game uses custom code to modify or combine meshes together, for example torsos and legs, my script cannot see that.


Aviation Empire 1.7.ipa - airplanes in resources.assets
Image


Real Steel 1.20.3.ipa - robots in resources.assets - look for nodes called "Robot Pelvis"
Image


These are just a few games I checked. I don't have time for the others but they likely have meshes as well.

You just have to check all nodes and keep looking until you find what you need. Depending on how developers structure their games, model nodes can be either in level files or in .assets files.
I suggest you load the whole Data folder but don't import more than a few dozen nodes at once, max might crash.

I'm aware that for some games it's difficult to find models because my script lists all nodes in the tree hierarchy, even those that have nothing to do with models, such as camera or sound containers.
I will try to filter these out in a future release.

Re: List of Unity games

Posted: Thu Sep 25, 2014 1:43 pm
by Chipicao
Airplane! 1.2.ipa - 82 aircrafts found in resources.assets, all working
Image

Helicopter Adventure 1.0.ipa - 52 aircrafts in resources.assets, all working
Image

M.T.D 1.02.ipa - 11 truck bodies in resources.assets; there are also "chassis*" nodes that go with them
Image

Re: List of Unity games

Posted: Thu Sep 25, 2014 7:16 pm
by lolwatt
奶酪美國人喜歡奶酪 8D 8D 8D