Search Issue Tracker
Fixed
Fixed in 1.8.0
Votes
0
Found in [Package]
1.7.8
1.8.0
Issue ID
UVSB-2395
Regression
No
Long visualscripting path can result in exceeding OS character limit
Visual scripting has long paths that can cause issues for projects on Windows with longer project locations and names.
{code:java}
Microsoft.Managed.Core.targets(131, 27): [MSB4198] The expression "GetPathsOfAllDirectoriesAbove" cannot be evaluated on item "Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Core\Events\MessageListeners\UIEventsListeners\UnityOnDropdownValueChangedMessageListener.cs". Path: D:\UnitySrc\<project>\Library\PackageCache\com.unity.visualscripting@1.7.8\Runtime\VisualScripting.Core\Events\MessageListeners\UIEventsListeners\UnityOnDropdownValueChangedMessageListener.cs exceeds the OS max path limit. The fully qualified file name must be less than 260 characters.{code}
We should consider shortening this.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Add comment