Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Network Analyzer - Updates #1148

Merged
merged 10 commits into from
Sep 6, 2019
Prev Previous commit
Next Next commit
Update workers/unity/Packages/io.improbable.gdk.debug/NetStatViewer.cs
Co-Authored-By: Jamie Brynes <jamiebrynes@improbable.io>
zeroZshadow and Jamie Brynes committed Sep 6, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f768f65f5b6432db0e46772920f9d6a3cb7e122a
Original file line number Diff line number Diff line change
@@ -69,7 +69,8 @@ private void SetupUI()
private void SetupWorldSelection()
{
// Find spatial worlds
var spatialWorlds = World.AllWorlds.Where(w => w.GetExistingSystem<NetworkStatisticsSystem>() != null)
var spatialWorlds = World.AllWorlds
.Where(w => w.GetExistingSystem<NetworkStatisticsSystem>() != null)
.ToList();

// Fill menu items