Loading Editor/Scripts/Graph/ARFGraphView.cs +0 −2 Original line number Diff line number Diff line Loading @@ -332,9 +332,7 @@ namespace ETSI.ARF.WorldStorage.UI List<WorldLink> worldLinks = WorldLinkRequest.GetWorldLinksSync(worldStorageServer); foreach (WorldLink worldLink in worldLinks) { Debug.Log("ports"); var portPair = GetPortsFromWorldLink(worldLink); Debug.Log("edge " + (portPair.Key == null)+ " " + (portPair.Value == null)); ARFEdgeLink edge = portPair.Key.ConnectTo<ARFEdgeLink>(portPair.Value); edge.worldLink = worldLink; edge.GUID = worldLink.UUID.ToString(); Loading Editor/Scripts/Windows/WorldGraphWindow.cs +0 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,6 @@ namespace ETSI.ARF.WorldStorage.Editor.Windows } List<WorldAnchor> listA = WorldAnchorRequest.GetWorldAnchorsSync(worldStorageServer); Debug.Log("Anchors " +listA.Count); foreach (WorldAnchor wa in listA) { if (wa.KeyvalueTags.ContainsKey("unityAuthoringPosX") && wa.KeyvalueTags.ContainsKey("unityAuthoringPosY")) Loading Loading
Editor/Scripts/Graph/ARFGraphView.cs +0 −2 Original line number Diff line number Diff line Loading @@ -332,9 +332,7 @@ namespace ETSI.ARF.WorldStorage.UI List<WorldLink> worldLinks = WorldLinkRequest.GetWorldLinksSync(worldStorageServer); foreach (WorldLink worldLink in worldLinks) { Debug.Log("ports"); var portPair = GetPortsFromWorldLink(worldLink); Debug.Log("edge " + (portPair.Key == null)+ " " + (portPair.Value == null)); ARFEdgeLink edge = portPair.Key.ConnectTo<ARFEdgeLink>(portPair.Value); edge.worldLink = worldLink; edge.GUID = worldLink.UUID.ToString(); Loading
Editor/Scripts/Windows/WorldGraphWindow.cs +0 −1 Original line number Diff line number Diff line Loading @@ -259,7 +259,6 @@ namespace ETSI.ARF.WorldStorage.Editor.Windows } List<WorldAnchor> listA = WorldAnchorRequest.GetWorldAnchorsSync(worldStorageServer); Debug.Log("Anchors " +listA.Count); foreach (WorldAnchor wa in listA) { if (wa.KeyvalueTags.ContainsKey("unityAuthoringPosX") && wa.KeyvalueTags.ContainsKey("unityAuthoringPosY")) Loading