Search Issue Tracker
Fixed
Fixed in 2020.3.45f1, 2021.3.17f1, 2022.2.3f1, 2023.1.0a25
Won't Fix in 2022.1.X
Votes
0
Found in
2020.3.42f1
2021.3.15f1
2022.1.23f1
2022.2.0f1
2023.1.0a20
Issue ID
UUM-20416
Regression
No
‘[…] doesn't have a texture property '_MainTex’’ error when using Gizmos with [MainTexture] attribute
Steps to reproduce:
1. Open the attached project "TestingProject.zip" and "SampleScene.unity" Scene
2. Make sure the Scene view is visible
3. Click Quad in the Hierarchy and observe the error
4. Click on Quad2 in Hierarchy and observe the selection outline is drawn around (unused) _MainTex texture
Expected: no errors in the console when selecting Quad and the selection outline is drawn around _BaseMap texture when clicking on Quad2
Actual: Error "Material 'CustomMaterial' with Shader 'Unlit/NewUnlitShader' doesn't have a texture property '_MainTex'" appears in the console on selecting Quad and clicking on Quad2 selection outline is drawn around (unused) _MainTex texture
Reproducible on: 2020.3.42f1, 2021.3.15f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a20
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
Resolution Note (fix version 2023.1.0a25):
Fixed in: 2023.1.0a25
Resolution Note (2022.1.X):
Backport to branch 2022.1 has stopped as it reached end of life