Page 5 of 15

Re: Unity Studio beta

Posted: Wed Oct 28, 2015 1:29 pm
by Chipicao
Small update:
- fixed an issue that prevented exporting UV coordinates on some unity versions
- removed code that slowed down object selection in the hierarchy
- fixed a problem with sorting filenames
- fixed the Export menu actions
- added material.json parsing for Porsche.com car builder

Download link is the same: https://app.box.com/UnityStudio

Re: Unity Studio beta

Posted: Thu Oct 29, 2015 9:59 am
by hackspeedok
Chipicao wrote:Small update:
- fixed an issue that prevented exporting UV coordinates on some unity versions
- removed code that slowed down object selection in the hierarchy
- fixed a problem with sorting filenames
- fixed the Export menu actions
- added material.json parsing for Porsche.com car builder

Download link is the same: https://app.box.com/UnityStudio
when does UnityStudio support importing ??? Thanks so much

Re: Unity Studio beta

Posted: Thu Oct 29, 2015 9:03 pm
by Chipicao
Csimbi wrote:Yippie, great, thanks!
Looking forward to Unity 5 - not so many stuff comes on Unity 4 anymore.
Please post any Unity 5 games you know of in this topic viewtopic.php?p=111709#p111709 so that I may begin testing


@hackspeedok I might add the option to replace simple assets such as textures or sounds, but I can;t make any promises.

Re: Unity Studio beta

Posted: Fri Oct 30, 2015 12:47 am
by Chipicao
And we have liftoff! :D

Image

New version will be released after I have a chance to test all Unity 5 versions up to 5.2.2 (about a dozen).

Re: Unity Studio beta

Posted: Fri Oct 30, 2015 8:53 am
by quadcoremax
Hi Chipicao,

I saw your topic recently & I was not sure about why having such tool as Unity Studio. I completely forgot that it's by default impossible to extract & export fbx files from Unity Projects.

I downloaded your tool & I'm still kind of not sure, how it works. I first thought, it would load a unitypackage file & then let us decide what to choose to export, probably models, materials, etc.

Sorry for being so noob, but where I do find the files that Unity Studio asks for import ?

Thanks

Re: Unity Studio beta

Posted: Fri Oct 30, 2015 11:10 am
by hackspeedok
Chipicao wrote:
Csimbi wrote:Yippie, great, thanks!
Looking forward to Unity 5 - not so many stuff comes on Unity 4 anymore.
Please post any Unity 5 games you know of in this topic viewtopic.php?p=111709#p111709 so that I may begin testing


@hackspeedok I might add the option to replace simple assets such as textures or sounds, but I can;t make any promises.
:D hope soon. i always get troubles with bundle files like *.unity3d, *.assetbundle. Thanks so much

Re: Unity Studio beta

Posted: Fri Oct 30, 2015 11:43 am
by Chipicao
quadcoremax wrote:Hi Chipicao,

I saw your topic recently & I was not sure about why having such tool as Unity Studio. I completely forgot that it's by default impossible to extract & export fbx files from Unity Projects.

I downloaded your tool & I'm still kind of not sure, how it works. I first thought, it would load a unitypackage file & then let us decide what to choose to export, probably models, materials, etc.

Sorry for being so noob, but where I do find the files that Unity Studio asks for import ?

Thanks
Well first of all it can't be "impossible if I just did it. And I've been importing Unity 3D models for years with my MAXScript.

Here's a quick summary of unity file types:

1) Bundles - packages with one or more files inside, compressed or not
- extensions: .unity3d, .assetbundle, .bundle, .bytes
- usually found in web apps or downloadable content
- they contain the actual asset files
- can be extracted with Extract bundle/folder options from Unity Studio, or with quickbms

2) Assetfiles - contain serialized game resources (assets)
- filename format / extensions: maindata,"level#, *.assets, *.sharedAssets, CustomAssetBundle-*, CAB-*, BuildPlayer-*
- these are the files that you can load/import in Unity Studio
- you can get these files from bundles, ipa/apk mobile app packages, or directly from PC games

3) unitypackage - asset packages exported from Unity Editor to be transfered from project to project
- you will not find these in published games or apps
- they are basically tar.gz archives and can be extracted if needed
- inside you will find files named "metadata" and "asset"
- metadata is an assetfile - same as no. 2
- asset can be either an assetfile or a "raw" resource (eg. FBX)

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 12:51 am
by Chipicao
Unity Studio 0.5 is now available with full support for Unity 5, up to version 5.2.2f1
I haven't been able to find too many Unity 5 games for testing, so if you have any issues please let me know.


I've added a hidden diagnostics feature that will come in handy for anyone who wishes to explore the format and structure of serialized assets. Press Ctrl+Alt+D to reveal a new menu and list.
By default no assets will be loaded and Unity Studio will build human-readable structures for each Unity class.
You can view or export these structures in plain-text format. A folder will be created automatically for each Unity version loaded.
Note that diagnostics only works with games built for the Web platform!
Image

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 5:05 am
by JakeGreen
So Star Wars Galaxy Heroes is out on the Google Play store and i noticed it runs on 5.1.3p2 of unity and for some reason this tool doesn't seem to give a Scene hierarchy only a asset list is that cause Unity 5 it's fully supported yet?

Also how do i view models in it unity studio?, cause your 3ds max unity importer doesn't seem to work with the files.

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 9:16 am
by Chipicao
JakeGreen wrote:So Star Wars Galaxy Heroes is out on the Google Play store and i noticed it runs on 5.1.3p2 of unity and for some reason this tool doesn't seem to give a Scene hierarchy only a asset list is that cause Unity 5 it's fully supported yet?

Also how do i view models in it unity studio?, cause your 3ds max unity importer doesn't seem to work with the files.
When I said "full support for Unity 5" I meant it :)
Image Image

The problem was my TreeView was somehow removed from the final build. So it was only an UI glitch.
Please re-download from the same link and it should work now.


You can't view 3D models in Unity Studio, and you don't need my Maxscript for that. The whole point is to export to FBX and use that however you want.
For those who don't know, FBX is a file format that can be imported directly in Autodesk applications sucha as 3ds Max or Maya, and can also be viewed with FBX Review.

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 9:21 am
by JakeGreen
Chipicao wrote:
JakeGreen wrote:So Star Wars Galaxy Heroes is out on the Google Play store and i noticed it runs on 5.1.3p2 of unity and for some reason this tool doesn't seem to give a Scene hierarchy only a asset list is that cause Unity 5 it's fully supported yet?

Also how do i view models in it unity studio?, cause your 3ds max unity importer doesn't seem to work with the files.
When I said "full support for Unity 5" I meant it :)
Image Image

The problem was my TreeView was somehow removed from the final build. So it was only an UI glitch.
Please re-download from the same link and it should work now.


You can't view 3D models in Unity Studio, and you don't need my Maxscript for that. The whole point is to export to FBX and use that however you want.
For those who don't know, FBX is a file format that can be imported directly in Autodesk applications sucha as 3ds Max or Maya, and can also be viewed with FBX Review.

Ah okay thanks, i tried exporting a few of the models but it keep shooting me a unable to read beyond the end of the stream error.

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 9:42 am
by Chipicao
Please let me know if it works now.

It looks like this game, like many others, needs to download additional files after its' installed.

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 9:47 am
by JakeGreen
Chipicao wrote:Please let me know if it works now.

It looks like this game, like many others, needs to download additional files after its' installed.
Yeah i got just about every unity cache file there is for it and i see the model in there along with it's bones but i just keep getting that error when i try to export as fbx with all 3d obejcts or selected 3d objects.

Re: Unity Studio beta

Posted: Mon Nov 02, 2015 12:29 pm
by Chipicao
Thanks for your feedback.

I was able to find a typo that caused a bug in Unity 5 skinned models.
I also improved the code that links asset files to each-other in order to share assets.

Please re-download Unity Studio, everything should work now.

Image Image

Re: Unity Studio

Posted: Mon Nov 02, 2015 2:24 pm
by Csimbi
That Millenium Falcon has some pretty rugged edges.
Hope it's not that ugly in the game!

Tool looks awesome!