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

List of Unity games

Post questions about game models here, or help out others!
Post Reply
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: List of Unity games

Post by Chipicao »

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.
pixellegolas
ultra-veteran
ultra-veteran
Posts: 423
Joined: Mon Aug 11, 2008 11:30 pm
Has thanked: 27 times
Been thanked: 15 times

Re: List of Unity games

Post 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
User avatar
Ferrari formula 1
advanced
Posts: 72
Joined: Mon Aug 11, 2014 11:42 am
Has thanked: 28 times
Been thanked: 11 times

Re: List of Unity games

Post 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
MacedoSTI
beginner
Posts: 25
Joined: Mon Aug 11, 2014 4:57 pm
Has thanked: 1 time
Been thanked: 1 time
Contact:

Re: List of Unity games

Post by MacedoSTI »

Image

i only can find wheels on Racing rivals :/
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: List of Unity games

Post by Chipicao »

I think they did something to the new version and car models are downloaded separately, after you install the game.
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.
barti
veteran
Posts: 148
Joined: Sun Apr 01, 2012 12:44 pm
Has thanked: 51 times
Been thanked: 102 times

Re: List of Unity games

Post 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.
hermit
beginner
Posts: 26
Joined: Sun Aug 10, 2014 2:13 pm
Has thanked: 1 time
Been thanked: 1 time

Re: List of Unity games

Post by hermit »

also work Monster Truck Destruction (IOS) :twisted:
lolwatt
veteran
Posts: 143
Joined: Mon Sep 22, 2014 1:23 am
Has thanked: 72 times
Been thanked: 14 times

Re: List of Unity games

Post by lolwatt »

奶酪美國人喜歡奶酪 8D 8D 8D
Last edited by lolwatt on Wed Oct 08, 2014 6:13 am, edited 1 time in total.
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: List of Unity games

Post 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.
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.
hermit
beginner
Posts: 26
Joined: Sun Aug 10, 2014 2:13 pm
Has thanked: 1 time
Been thanked: 1 time

Re: List of Unity games

Post by hermit »

lolwatt wrote:
hermit wrote:also work Monster Truck Destruction (IOS) :twisted:
Had no luck with it:
I used version 1.0b
lolwatt
veteran
Posts: 143
Joined: Mon Sep 22, 2014 1:23 am
Has thanked: 72 times
Been thanked: 14 times

Re: List of Unity games

Post by lolwatt »

奶酪美國人喜歡奶酪 8D 8D 8D
Last edited by lolwatt on Wed Oct 08, 2014 6:14 am, edited 1 time in total.
lolwatt
veteran
Posts: 143
Joined: Mon Sep 22, 2014 1:23 am
Has thanked: 72 times
Been thanked: 14 times

Re: List of Unity games

Post by lolwatt »

奶酪美國人喜歡奶酪 8D 8D 8D 8D 8D 8D
Last edited by lolwatt on Wed Oct 08, 2014 6:12 am, edited 1 time in total.
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: List of Unity games

Post 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.
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.
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: List of Unity games

Post 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
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.
lolwatt
veteran
Posts: 143
Joined: Mon Sep 22, 2014 1:23 am
Has thanked: 72 times
Been thanked: 14 times

Re: List of Unity games

Post by lolwatt »

奶酪美國人喜歡奶酪 8D 8D 8D
Last edited by lolwatt on Wed Oct 08, 2014 6:14 am, edited 1 time in total.
Post Reply