Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dump Mesh button in scene explorer not working #3

Open
boformer opened this issue Jul 24, 2015 · 3 comments
Open

Dump Mesh button in scene explorer not working #3

boformer opened this issue Jul 24, 2015 · 3 comments
Labels
to revise An old issue, current status unknown

Comments

@boformer
Copy link

When you press the button, a 1kb .obj file is saved to the game directory. No model info inside.

@bloodypenguin
Copy link
Owner

That happens when you're trying to dump a read-only mesh. For instance, a road. If a mesh is read-only it's impossible to read vertices array. Do you know some way to workaround that?

@Katalyst6
Copy link

No... so far we are redoing the meshes 1 by 1 on need...

@boformer
Copy link
Author

I guess you could hack the unity engine to make all meshes readable when they are loaded. That would be quite useful (but also increase memory usage).

@dymanoid dymanoid added the to revise An old issue, current status unknown label Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to revise An old issue, current status unknown
Projects
None yet
Development

No branches or pull requests

4 participants