зеркало из https://github.com/xamarin/mac-samples.git
Fix for path names with spaces
This commit is contained in:
Родитель
1b9b36992f
Коммит
d8667270ec
|
@ -59,6 +59,9 @@ namespace SceneKitViewer
|
|||
FlattenScene = true,
|
||||
};
|
||||
|
||||
// Escape spaces (convert to %20)
|
||||
path = Uri.EscapeUriString(path);
|
||||
|
||||
var scene = SCNScene.FromUrl(new NSUrl($"file://{path}"), options, out error);
|
||||
if (scene != null)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче