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
Copy file name to clipboardExpand all lines: Examples/ServiceExamples/Scripts/ExampleDiscoveryV1.cs
+36-13Lines changed: 36 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ private void Start()
59
59
// Log.Debug("ExampleDiscoveryV1", "Failed to get environment");
60
60
61
61
// AddEnvironment
62
-
Log.Debug("ExampleDiscoveryV1","Attempting to add environment");
63
-
if(!m_Discovery.AddEnvironment(OnAddEnvironment,"unity-testing-AddEnvironment-do-not-delete-until-active","Testing addEnvironment in Unity SDK. Please do not delete this environment until the status is 'active'",0))
64
-
Log.Debug("ExampleDiscoveryV1","Failed to add environment");
62
+
//Log.Debug("ExampleDiscoveryV1", "Attempting to add environment");
63
+
//if (!m_Discovery.AddEnvironment(OnAddEnvironment, "unity-testing-AddEnvironment-do-not-delete-until-active", "Testing addEnvironment in Unity SDK. Please do not delete this environment until the status is 'active'", 0))
64
+
// Log.Debug("ExampleDiscoveryV1", "Failed to add environment");
65
65
66
66
//// Get Configurations
67
67
//Log.Debug("ExampleDiscoveryV1", "Attempting to get configurations");
@@ -77,8 +77,24 @@ private void Start()
77
77
//Log.Debug("ExampleDiscoveryV1", "Attempting to get collections");
0 commit comments