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
7000.0.0a1
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment