You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varerrorMessage=$"The asset '{url}' could not be found. Asset path should be 'MyFolder/MyAssetName', or '/PackageName/MyFolder/MyAssetName' for an asset from a namespaced package. Check that the path is correct and that the asset has been included into the build.";
672
672
673
-
varcontentIndexMap=FileProvider?.ContentIndexMap;
674
-
if(contentIndexMap!=null)
673
+
try
675
674
{
676
-
varindexMap=contentIndexMap.GetMergedIdMap();
677
-
678
-
// First suggest assets differing from the requested URL only by the '/PackageName' root
Copy file name to clipboardExpand all lines: sources/editor/Stride.Assets.Presentation/Preview/SkyboxPreview.cs
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
1
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
2
2
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
0 commit comments