Search Issue Tracker
Fixed
Fixed in 6000.0.60f1, 6000.2.8f1, 6000.3.0b5, 6000.4.0a2
Votes
0
Found in
6000.2.0a9
6000.3.0b2
6000.4.0a2
Issue ID
UUM-104561
Regression
No
Missing script error when clicking “script” link in Cave scene’s Water Sample Description
Steps to reproduce:
- Create a new HDRP project
- Import Water Samples from the HDRP package samples
- Open the “Cave” scene
- In the Hierarchy, select the “Water Sample Description” GameObject
- In the Inspector, under the Custom Pass Triplanar Caustics section, click the script link
\\
Actual results: The error "Asset BindCaustics.cs could not be found" is thrown
Expected results: The link opens the corresponding BindCaustics.cs script if present, or the UI gracefully handles its absence with no error
\\
Reproducible with versions: 6000.0.48f1, 6000.1.0f1, 6000.2.0a9
\\
Tested on (OS): Ubuntu 24
Full error:
{code:java}
Asset BindCaustics.cs could not be found.
UnityEngine.Debug:LogError (object)
SamplesShowcaseEditor:GetAssetFinalPath (string) (at Assets/Samples/Scriptable Render Pipeline Core/Common/Scripts/Editor/SamplesShowcaseEditor.cs:362)
SamplesShowcaseEditor:LinkOnPointerUp (UnityEngine.UIElements.Experimental.PointerUpLinkTagEvent) (at Assets/Samples/Scriptable Render Pipeline Core/Common/Scripts/Editor/SamplesShowcaseEditor.cs:217)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /home/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:219)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
Add comment