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
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
Add comment