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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment