Code Monkey home page Code Monkey logo

ma_textureatlasser's People

Contributors

goto01 avatar maxartz15 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ma_textureatlasser's Issues

Exported textures seem to be blurry

Hey there, I am using this tool to create an atlas for my scene. I am using the resolution of 8196 x 8196 for the atlas and every quad has a resolution of 2048 x 2048 ... When the atlas is exported and is applied to a mesh, the quality of texture reduces and the object looks blurry.
Any solutions?
Thank you

[Question] Does it export Skinned Mesh Renderers?

Been using this tool for a while (early 2020 ) and I have a question.

Is there any way to export models that uses skinned mesh renderer?

I have been using this tool to create a texture atlas for static scene, but I haven't been able to use it while animated characters. I don't know if this is something that it can't be done at this point, or if is some sort of mistake on my part.

Texture width is used as height

A typo in MA_TextureUtils.cs on line 44 causes the copied texture to be the wrong size if the height is different from the width, this is the second time I had to fix this myself as updating it to the latest version still includes this exact same typo.

Texture2D myTexture2D = new Texture2D(texture.width, texture.width);
should be:
Texture2D myTexture2D = new Texture2D(texture.width, texture.height);

Please test your tool before uploading/updating it!!!

Also a suggestion: the exporting of the textures happens to one single folder, would be nice if you get a prompt to select where you want to save the textures, or maybe even have the path in the export settings.

Model Export

Hello,
when I export the models gain a new pivot point, so they get out of place and have a wrong scale by 100.
Here is an example:
Orange is from your tool
Blue is original which doesn't use an atlas
image

Generated Normalmaps are pink

Hey there!

Thanks so much for making this tool. I can see it saving us a ton of time if we can get past this issue.

When generating atlases with normal maps, the resulting normal maps have a pink hue to them:

TestAtlas_Normal

The normal map textures I'm feeding into the tool are marked as Normal Map and use default settings, and this issue seems to crop up whether or not the resulting atlas ends up resizing the original or not.

Details:

  • Unity 2021.2.14f1
  • Using High-Definition Render Pipeline
  • MA_TextureAtlasser code from latest commit (05b4ea9)

Unable to select URP Standard shaders

Hi, It seems that I am unable to select any of the URP versions of the Standard shaders, such as URP/Lit or URP/Simple Lit. they do not show up in the export window when choosing a shader to export to.

I can currently work around this by simply setting it to the Legacy "Standard" shader, and then manually switching the exported material to a URP standard shader.

Would it be possible to add support for directly exporting to a non-shadergraph SRP shader in a future build?

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.