Dark texture when importing .FBX from Blender to Unity - unity3d

I'm trying to import an Blender object with texture to Unity.
I did a simple cube with smart UV Projet unwrap, i added a texture and then exported it as .FBX file.
When in Unity, even if the cube has the right material with the right texture, the cube has a dark version of the texture.
Unity cube with dark shadowed texture
Blender cube with bright texture
Here's what i tried:
Flipping my normals in or out in Blender.
Change normals and tangents settings in unity to calculate.
Trying to change pretty much all Model settings in inspector in unity.

Just as a guess, it looks a little bit like you have no light source in your Unity scene. If you want the texture brightness constant without factors like scene lighting you need to change the material to some unlit variant in unity.

Also, check the albedo tint of the material. It seems that sometimes when extracting, it automatically adds a gray tint to it.
MaterialInspectorImage

Related

Unity URP not applied, Sprite Lit Default shader not turning pink

When you insert a pipeline asset into graphics like this, the existing sprite default material should be pink, but it is the same.
Even the Sprite Lit Default material is not pink. Does anyone know a solution?
The current project is a project converted from 3D to 2D, and 3D URP was applied well in the past.

Why SpotLight passes through 3D sprite using this shader?

I'm using Unity2021.3, and this is a URP project.
There is a 3D sprite in the scene that receives and casts shadow, the material for its spriteRender uses a shader that is a simple modification of Unity URP Simple Lit, and there is a spotLight in front of the 3D sprite with shadow enabled, and there is also a directional light in the scene. The 3D sprite casts shadow on the ground due to the directional light and the spotLight, everything is correct.
But if I switch to a new shader, it seems the SpotLight passes through the 3D sprite, rendering the shadow incorrectly, if I move the SpotLight to make it far away from the 3D sprite, then it seems the shadow is correct.
Please see the attached screenshot, the top three screens are custom shader, below two are the URP Simple Lit variant.
I'm wondering what the problem is with the new shader?
Thank you so much.

Unity Terrain Glossy with White Patches

I am new to Unity and I am having difficulties applying the terrain tools. How can I fix glossy terrain with white spots within 2021.3.5f1 Unity? I'm unsure why this is happening to all of my terrain layers.
The textures are from the Unity Terrain Tools asset
I even deleted the terrain I created above and created a new 3D object > Terrain (without any adjustments). I painted the new terrain with the Unity asset textures used in the world above.
Then I started raising the terrain to create mountains, but this caused it to create white spots on the scene. See the image below:
What am I doing wrong? What would be the correct way of importing assets or textures within assets?
Convert Rendering Pipeline in Unity 2021.3.5f1's verison

Why does material textures get applied on native Unity game objects, but not my imported Blender FBX?

I have created a basic standard Unity cube, but also imported a Blender FBX.
I drag and drop a material with a texture, on both the cube and the Blender model.
As you can see, the cube gets the texture, but the Blender model just becomes red, with no texture.
Why doesn't the Blender model adopt the texture? What have I missed?
Ive checked the "Material" settings on both objects, and it seems the same.
Seems like its a fundamental setting I have missed, so only colors and not textures are applied.
The wall is a Blender model, right? You need to unwrap the UV of that model in Blender so Unity knows how to map the texture to the model. There are plenty of tutorials on that topic on Youtube, like https://youtu.be/V6OXSR5Ynyc.

Import blender textures on Unity 3D are always black

I have the next simple Blender Texture:
This is a simple png file, imported to blender add added in the Image Texture component (at the left of the first image), with a transparent background.
I exported this texture in two format, the first one in .blend and the second one in .fbx format.
But, when I export this textures to blender (both formats) are a black rectangle and the spheres hasn't any texture, are totally gray.
What I'm doing wrong at the moment to import the textures?
You are supposed to bake the material into texture.
I use Maya so I don't know the steps in Blender. You can google Bake Materials in Blender.When you bake the maps, you will get a Texture that is supported in Unity.
Usually, you create a simple flat plane, attach the material to the plane, position the camera in front of it, then bake it. For what you are doing, you only need the color map. You don't need normal maps and others.
Here are important links to learn that.
https://renderedsmoothie.wordpress.com/2013/09/05/baking-ambient-occlusion/
https://renderedsmoothie.wordpress.com/2013/08/31/how-to-bake-textures-and-materials/
https://www.blender.org/manual/render/workflows/bake.html
https://www.youtube.com/watch?v=Tj-S5QAac3U