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
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
Add comment