List of Unity games

Post questions about game models here, or help out others!
User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 304 times
Contact:

Re: List of Unity games

Post by Chipicao » Tue Feb 25, 2014 12:18 am

It doesn't freeze, it just takes a while to load the whole game because it has a of of assets. For me it takes 2 minutes on an intel 2500K@4.2Ghz.
Just give it time. Or try loading a single level file.

I must say though, this game looks to be mostly 2D. I'm not sure what you can get out of it other than textures.
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
Mrtest
beginner
Posts: 38
Joined: Tue Aug 23, 2011 8:11 pm
Location: Russia, Moscow
Has thanked: 28 times
Been thanked: 1 time
Contact:

Re: List of Unity games

Post by Mrtest » Tue Feb 25, 2014 9:02 am

Thank you. Works.
How to convert PVR textures in PNG or BMP?

User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 304 times
Contact:

Re: List of Unity games

Post by Chipicao » Tue Feb 25, 2014 12:40 pm

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: 304 times
Contact:

Re: List of Unity games

Post by Chipicao » Wed Mar 05, 2014 1:37 pm

The new McLaren 650S, launched yesterday at the Geneva Motor Show: https://itunes.apple.com/us/app/mclaren ... d830350254

Image Image 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.

Pfreak
n00b
Posts: 16
Joined: Wed Jan 04, 2012 9:01 pm
Has thanked: 2 times

Re: List of Unity games

Post by Pfreak » Thu Mar 06, 2014 6:32 pm

awesome find :)
Thanks man!

Pfreak
n00b
Posts: 16
Joined: Wed Jan 04, 2012 9:01 pm
Has thanked: 2 times

Re: List of Unity games

Post by Pfreak » Sun Mar 16, 2014 6:59 pm

Any new finds anyone? :)

User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 304 times
Contact:

Re: List of Unity games

Post by Chipicao » Thu Mar 20, 2014 9:17 am

Lamborghini Huracan

Image Image

You'll have to use my modified quickbms script for extraction: viewtopic.php?p=93230#p93230
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
HeliosAI
mega-veteran
mega-veteran
Posts: 165
Joined: Wed Nov 17, 2010 2:57 pm
Has thanked: 149 times
Been thanked: 53 times

Re: List of Unity games

Post by HeliosAI » Fri Mar 21, 2014 11:33 pm

Did anyone try this with Deus Ex: The Fall yet and found character models? It only extracts textures for me and does not load a merged file generated from those sharedassets parts ><

Pfreak
n00b
Posts: 16
Joined: Wed Jan 04, 2012 9:01 pm
Has thanked: 2 times

Re: List of Unity games

Post by Pfreak » Mon Mar 24, 2014 8:12 pm

Finally i can contribute something :D
Check out Porsche.com for the new Boxster GTS and Cayman GTS

User avatar
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 7 times

Re: List of Unity games

Post by Zerox » Wed Mar 26, 2014 9:17 am

Hello I'm trying to get a look at the models from the free game called Hello Hero (https://apps.facebook.com/hellohero_global/) but with no success. It's on iOS, Android, and Facebook via Unity Web Player plugin. I've tried following the method you mentioned to find the .unity3d file with UrlSnooper, with 3 different browsers to no avail.

I also tried downloading the iOS app again via iTunes, but the game downloads the content after you actually install the app, thus making this ineffective. I'd imagine the same is true of Android. So due to such I believe the web version is the only way.

While I couldn't find the files via Url-Snooper, the cache of the unity web player plugin folder had this large file inside (as well as a few smaller ones):

http://www.mediafire.com/download/0eveu ... 28a6a57572 (Weighing in at 375MB this has got to be where the models are stored.)

http://www.mediafire.com/download/momzl ... ed1089b55b (A smaller file, but it seems to be of similar nature. They just added a few new heroes to the game and this may contain those characters).

They appear to be .CAB archives of sorts, but I can't figure out how to extract them, I tried DisUnity, Unity Obfuscator, even both versions of aLugi's Unity script to no avail.

Can anyone figure out what I need to do to be able to look at these models in a normal 3D program?

I'd like to view them for the purpose of studying them, as reference examples for a game that I'm making. I'm curious about how the poly's flow on the models as I'm sure they are low poly just like how I'd like to make mine.

Any help would be appreciated. (Also I hope posted that cache file is fine, as it's a free game)

User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 304 times
Contact:

Re: List of Unity games

Post by Chipicao » Wed Mar 26, 2014 11:05 am

You don't have to extract it, just load it with my script. It will take a while because it's a big file with tens of thousands of assets, but you'll get there.
Image

@Pfreak thanks!
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
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 7 times

Re: List of Unity games

Post by Zerox » Wed Mar 26, 2014 2:01 pm

It seems to be working now, sorry I misunderstood that something had to be done before using the script. I've no idea how long it will take to import this big file, so I'm leaving and will check on it after work. Hopefully it doesn't take nearly that long.

Anyway, thank you! I'll let you know how it all goes.

User avatar
CriticalError
double-veteran
double-veteran
Posts: 677
Joined: Sun Jul 05, 2009 2:03 am
Has thanked: 99 times
Been thanked: 37 times

Re: List of Unity games

Post by CriticalError » Thu Mar 27, 2014 2:59 am

thanks a lot for the great work, any change to support this one?

Ark Sphere (아크스피어)

https://play.google.com/store/apps/deta ... .arksphere

many thanks again.

User avatar
Zerox
mega-veteran
mega-veteran
Posts: 186
Joined: Mon Aug 09, 2010 3:50 am
Has thanked: 4 times
Been thanked: 7 times

Re: List of Unity games

Post by Zerox » Thu Mar 27, 2014 5:02 am

Thank you, it worked fabulously! Now I can see how they did the poly flow and the textures on these. They'll be great study material thank you for the plugin!

Image

User avatar
Chipicao
ultra-veteran
ultra-veteran
Posts: 476
Joined: Thu Feb 03, 2011 11:18 am
Has thanked: 42 times
Been thanked: 304 times
Contact:

Re: List of Unity games

Post by Chipicao » Thu Mar 27, 2014 9:56 am

@Zerox you're welcome, and good luck!

@CriticalError the game already works. You're probably having a similar issue with loading times. In this case the files aren't big but there are a lot of them, 5386 to be precise.
It took me about 5 minutes to load them all:
Image

Is this a 2D game? Most of the objects I found are textured planes.
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