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!
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've updated the above code with more info on Unity 5. As far as I've tested it works with all versions.

I also released Unity Studio 0.5 with full Unity 5 compatibility. There's an included feature that should be of interest to anyone interested in the structure of Unity assets.
viewtopic.php?f=10&t=11807&p=111823#p111823
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.
JONATHANTKB
beginner
Posts: 30
Joined: Mon Nov 24, 2014 5:24 am
Has thanked: 6 times
Been thanked: 1 time

Re: List of Unity games

Post by JONATHANTKB »

digitalboyz
ultra-n00b
Posts: 3
Joined: Sun Jun 17, 2012 8:58 pm

Re: List of Unity games

Post by digitalboyz »

Here is some problem game
https://play.google.com/store/apps/deta ... .msn&hl=th

This game use Unity 4.6.8f1 but error when import.

PS. Is it able to import Bones to 3DS Max?

Image
forcisknight
ultra-n00b
Posts: 1
Joined: Tue Dec 29, 2015 12:50 pm

Re: List of Unity games

Post by forcisknight »

anyone can help me to rip https://play.google.com/store/apps/deta ... ttle&hl=es models?
y tried 2 much and i only can find 1 of 20000 models
TeridaxXD001
ultra-n00b
Posts: 7
Joined: Sat Jun 27, 2015 5:12 pm

Re: List of Unity games

Post by TeridaxXD001 »

Starlight Stage has changed the way it downloads assets, so the old way won't work anymore.
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: List of Unity games

Post by Andrakann »

Direct links lists for all Porsche model files: http://www.mediafire.com/download/oj2h3 ... Models.zip
2015-2016 models also included.
User avatar
takoyaki111
advanced
Posts: 48
Joined: Mon Oct 21, 2013 7:43 pm
Has thanked: 7 times
Been thanked: 3 times

Re: List of Unity games

Post by takoyaki111 »

Any news on a new way to get Starlight stage assets?
Gazyi
n00b
Posts: 19
Joined: Sat Feb 15, 2014 4:07 pm
Has thanked: 11 times
Been thanked: 2 times

Re: List of Unity games

Post by Gazyi »

Any idea how to deal with this type of bundle?
http://www.mediafire.com/file/29vo16faa ... 3f.unity3d
It has different header. Maybe it's compressed/encrypted, I don't know.
User avatar
PredatorCZ
mega-veteran
mega-veteran
Posts: 291
Joined: Mon Apr 21, 2014 8:32 pm
Has thanked: 11 times
Been thanked: 256 times
Contact:

Re: List of Unity games

Post by PredatorCZ »

Gazyi wrote:Any idea how to deal with this type of bundle?
...
It has different header. Maybe it's compressed/encrypted, I don't know.
Looks like I'm few years late for that, but anyway.
File uses simple xor decryption

Code: Select all

# Unity3d decryptor
# Author Lukas Cone in 2018
# script for QuickBMS http://quickbms.aluigi.org

endian little
filexor "0x47"

get fsize asize
get fname BASENAME

log fname 0 fsize
User avatar
Tosyk
double-veteran
double-veteran
Posts: 1027
Joined: Thu Oct 22, 2009 10:24 am
Location: Russia, Siberia
Has thanked: 269 times
Been thanked: 154 times
Contact:

Re: List of Unity games

Post by Tosyk »

PredatorCZ wrote:
Gazyi wrote:Any idea how to deal with this type of bundle?
...
It has different header. Maybe it's compressed/encrypted, I don't know.
Looks like I'm few years late for that, but anyway.
File uses simple xor decryption

Code: Select all

# Unity3d decryptor
# Author Lukas Cone in 2018
# script for QuickBMS http://quickbms.aluigi.org

endian little
filexor "0x47"

get fsize asize
get fname BASENAME

log fname 0 fsize
do you know the game name?
Thank you for all you do here
my blog | my forum
User avatar
Andrakann
ultra-veteran
ultra-veteran
Posts: 392
Joined: Wed Jul 06, 2011 8:47 am
Location: Russia
Has thanked: 967 times
Been thanked: 192 times
Contact:

Re: List of Unity games

Post by Andrakann »

Tosyk wrote:do you know the game name?
Hired Ops
MeIRL
ultra-n00b
Posts: 3
Joined: Wed Oct 17, 2018 9:01 am

Re: List of Unity games

Post by MeIRL »

Hello! URLSnooper can't define links in Porsche Configurator. 3d model is there if used IE.
Help get links to the new Porsche Macan 2019 and
If not difficult to describe the process how to do it. Thanks.
stanleycanada
ultra-n00b
Posts: 1
Joined: Mon Jun 03, 2019 2:11 pm

Re: List of Unity games

Post by stanleycanada »

if game isn't available on Google Play we cannot use apk downloader, better download install file from website that helps to sideload such as apknite
User avatar
3drussiangrabber
beginner
Posts: 30
Joined: Sun Jan 26, 2020 5:12 pm
Has thanked: 4 times
Been thanked: 4 times

Re: List of Unity games

Post by 3drussiangrabber »

Hello, have in Store new game on Unity with nice models?
pechenuxa
beginner
Posts: 27
Joined: Mon Dec 10, 2018 7:47 pm
Has thanked: 5 times

Re: List of Unity games

Post by pechenuxa »

Can somebody help to decrypt this type of files?
https://cdn.discordapp.com/attachments/ ... 0bd3e655d3 (encrypted unity asset)
Post Reply