Search Issue Tracker
By Design
Votes
0
Found in
2022.1
2022.1.0b4
2022.2
Issue ID
1397990
Regression
No
[Materials][Skybox] Uninformative tooltips on skybox shaders
How to reproduce:
1. Create a new project
2. Create a new Material in Assets
3. Select Material and go to Inspector
4. Click on Shader dropdown and write "Skybox"
5. Observe Skybox tooltips
Expected result: Tooltips include info on how these skyboxes differ or in what cases you should pick each one
Actual result: Tooltips include skybox name (same info you see in the list)
Reproducible: 2022.2.0a1, 2022.1.0b4
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
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
- Game View Tab Scale changes erratically when a Unity Tab is on a different screen with a differing Display Scale
- Six way lighting receiving wrong lighting from APV when set to World Space
- Crash on SortByExecutionOrder when interrupting the .androidpack import process
Resolution Note:
The shader selection dropdown is displaying the shader name. We don't have a field supporting additional description text in the ShaderLab syntax atm. Might potentially add support for such at some point, but this is not really a bug.