Search Issue Tracker
Fixed
Fixed in 2021.3.41f1, 2022.3.37f1, 6000.0.10f1
Votes
0
Found in
2021.3.39f1
2022.3.34f1
6000.0.8f1
Issue ID
UUM-74607
Regression
No
Texture 2D reference links to missing documentation
Steps to reproduce:
- Create a new project
- Import attached png CherryTree_01_T_A.png
- Press Cmd+K to open Global Search
- Search "Cherry Tree" and click on the png result
- View this in the Global Search inspector
- Click the Open Reference (?) button next to Cherry Tree_01_T_A (Texture 2D)
Actual results: Opens a link to missing documentation. [https://docs.unity3d.com/6000.0/Documentation/Manual/class-Texture2D.html]
Expected results: Links to relevant documentation link.
Reproducible with versions: 6000.0.8f1
Couldn't test: -2022.3.33f1, 2021.3.38f1 - couldn't find any editor UI which opens a reference for Texture 2D. Open reference was not available in Global Search in these versions.-
Update: this issue can be verified on Unity 2021.3 and 2022.3 by including the attached
CreateTextureMenuItem.cs and creating a texture asset. Inspecting that asset has the same issue when clicking the "?" to go to the manual.
Tested on (OS): MacOS
Notes:
- Set to not a regression as I could not find a way in earlier versions to open reference for Texture 2D - if I missed something, contact me and I can test further if needed.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Package Manager's Filter Panel does not show borders when viewed on Windows
- Package installation fails non-deterministically with Errors "EPERM: operation not permitted" when installing Packages
- Blend Tree Threshold fields accepts NaN/Infinity values causing Node backgrounds disappear in Animator Controller view
- Port keyboard selection sync improvements from legacy UGUI InputField to TMP_InputField
- Animator Controller Layer Weight field accepts “NaN” as a valid value instead of rejecting it
Add comment