About 25,300 results
Open links in new tab
  1. unity game engine - How to apply textures to 3d models - Stack …

    Dec 14, 2022 · When you import a 3D model into Unity, it will automatically create a material for the model and apply the textures to it. If you are having trouble with the textures not being applied to the …

  2. Importing a model into Unity with Textures (Textures do not load)

    Sep 5, 2020 · I am trying to import a model into unity and the model imports but without any textures. I tried putting a texture folder next to it but it doesn't work, I tried various ways of putting the texture...

  3. Unity 2018.3: How can I apply a texture on just one part of a whole 3D ...

    Oct 18, 2019 · And not just one Texture for the whole model. Or how could I merge these textures with the model (or the parts of the Model) before importing in Unity? And when I import this, it should be …

  4. unity game engine - how to apply texture on 3d model, dynamically ...

    Sep 24, 2020 · I have a file where written array of vertexes, indexes, uv, textures and so on, in two words everything in order to draw model with texture on it. For example it is should be 3d cube with …

  5. How to fully import an .fbx texture to Unity - Stack Overflow

    Dec 11, 2018 · This is my Question and self answer posting. how to fully import an fbx texture to unity My solution was that you must bake each textures separately. And you must add materials in unity …

  6. c# - Unity3D - How to add textures to a mesh - Stack Overflow

    Feb 9, 2021 · I am making a cubic voxel game. I have chunks, world, blocks and mesh generation done, but there's one problem - I could not do the texturing. Everything I need is just add a texture to a side …

  7. Texture not applying on .obj file in Unity - Stack Overflow

    Sep 23, 2019 · I exported .stl file and converted to .obj and imported in Unity. Then, I imported some material from asset store. Then, I try to apply the material to the models that I imported, but the …

  8. The imported modle's textures doesn't load in Unity

    Feb 24, 2023 · I have tried a few solutions which I found in stackoverflow, in unity's site and YouTube, but nothing seemed to work. The most common solution was to change the Materials' location to …

  9. No textures when importing .fbx mode from Sketchfab to Unity

    Sep 9, 2022 · Textures: is disabled (Not sure why) Materials: Extract Materials (If you click on this you can just create a folder with all the materials but no textures) I have checked several tutorials on …

  10. How to assign a texture to a material through code in unity

    Dec 2, 2020 · To change material texture in runtime you should change it by accessing shader properties. First of all you gonna check these properties in shader code or shader properties in unity …