Code Monkey home page Code Monkey logo

Comments (19)

MichaelPriebe avatar MichaelPriebe commented on May 21, 2024

I believe I have the same problem.

So I export these selected 3d objects and it looks like it just exports everything multiple times.

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

我来自** 我看到您也是**的 所以我就打汉字了。 我的问题是在unitystudio导出场景模型时 如果是unity5做的游戏 场景的UV会错乱 而且会导出多个场景文件 如果是unity4做的游戏 场景是正常的 没有问题 如截图那样。

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

http://pan.baidu.com/s/1eSqWmye
我把文件上传在这里 在导出unity5和unty4的 level名的文件时 你可以看出差别

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

https://7daystodie.com/forums/showthread.php?22675-Unity-Assets-Bundle-Extractor&p=198418&viewfull=1#post198418
这个工具似乎可以得到动画数据

from assetstudio.

Perfare avatar Perfare commented on May 21, 2024

抱歉,这问题我可能没法解决

from assetstudio.

MichaelPriebe avatar MichaelPriebe commented on May 21, 2024

Please at least try, we figured out its when you export static meshes, dynamic meshes export flawlessly.

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

感谢您的回答,目前v0.6.6 版本很好用。

from assetstudio.

Perfare avatar Perfare commented on May 21, 2024

@MichaelPriebe About your screenshot, I can't find any problem.
In your screenshot, Icicle? (?) all use the same mesh, because you are all checked, therefore UnityStudio export look like 'exported multiple times' as your screenshot. I think you just have to choose one then export, it will correct ?

from assetstudio.

Perfare avatar Perfare commented on May 21, 2024

@1dadou1 恩,我先收回我前面说的话,然后你上传的两个文件都是unity4.x的?我在你上传的unity5里没有找到相关问题,最好指定一下文件。至于"导出多个场景文件"你看下是不是选择了多个相同mesh的场景,比如2楼的图,这时候你只需要选择其中一个导出应该就是没有问题的

from assetstudio.

MichaelPriebe avatar MichaelPriebe commented on May 21, 2024

If I choose one it still exports way more than the icicle. It doesn't even export the texture correctly. This is obviously wrong. The file has about 5 root meshes, which all come together to be the world, and it's exporting the entire root mesh that it's assigned to instead of just the object. This causes it to not export the texture to and be untextured.

from assetstudio.

Perfare avatar Perfare commented on May 21, 2024

@MichaelPriebe Because the game settings, meshes is merge into one mesh, About Icicles, the merged mesh name is ‘Combined Mesh (root: scene) 3’. I check if choose one like IcicleD (3) it will export only one mesh, So I really can't solve the problem that you say.
About texture, if you read code you can know it no relationship with mesh, But I can't solve this 'problem' too.

from assetstudio.

MichaelPriebe avatar MichaelPriebe commented on May 21, 2024

Can you at least show the root meshes so we can export them, like UABE does.

If you can get them to export with textures that will be amazing.

from assetstudio.

Perfare avatar Perfare commented on May 21, 2024

@MichaelPriebe In Unity3D, mesh and texture through GameObject to establish contact, without any direct contact. I think it is very difficult to export mesh with texture.
By the way, what about the multiple problem?

from assetstudio.

MichaelPriebe avatar MichaelPriebe commented on May 21, 2024

When I look in UABE the Icicles are GameObjects though..

The multiple exporting problem is still a problem because exporting just one of the objects doesn't guarantee that the root object is rotated and scaled correctly. And I'd have to export many objects until I find out one of each that are assigned to the 5 root objects. This does not guarantee they also line up. It be best to just be able to export the root objects themselves.

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

@Perfare 我认为level 名字的文件 实际上是关卡 它是把各种单个的模型组合成一个大的场景。可能是unity5 对这部了更改 所以UnityStudio在导出场景模型的时候会出现错误。你可以尝试加载我上传的unity5当中的level 名字的文件,他会把相关联的文件一起读出来,当你导出整个level文件时 unity5的 就会出现UV错乱的情况,这在unity4的游戏里不会发生。
1
2
3
4

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

@Perfare 不能说是UV错乱 在3D模型里应该是它没法识别多重子材质了, 这个场景模型 应该用到了很多张贴图 ,但是这里它只加载一张贴图在整个模型上。

from assetstudio.

1dadou1 avatar 1dadou1 commented on May 21, 2024

当我在3DSMAX里做完修改 上方的模型 雷达实际上用的是这张贴图
6

from assetstudio.

GalatasarayForever avatar GalatasarayForever commented on May 21, 2024

Michael, I suggest you strongly to try unityex. Its also a very very useful exporter. You export meshes as obj. You can easyly add them to blender with right coordinates and rotation and texture them.

from assetstudio.

MichaelPriebe avatar MichaelPriebe commented on May 21, 2024

I just tried, the model is just extremely exploded. So far Unity Studio works the best, and none of the files have names in UnityEx.

The only problem with Unity Studio now is that the textures have to manually be applied. And this will take ages for big models.

from assetstudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.