Search Issue Tracker
Active
Votes
0
Found in
6000.0.48f1
6000.1.0f1
6000.2.0a9
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 Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
Add comment