diff --git a/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs b/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs index 8c0b424..e3ab1bc 100644 --- a/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs +++ b/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs @@ -79,7 +79,11 @@ namespace Speckle.ConnectorUnity.Components /// /// Receive the selected object, and converts ToNative as children of + /// This function is designed to be run as a coroutine /// + /// + /// StartCoroutine(mySpeckleReceiver.ReceiveAndConvert_Routine(null); + /// Optional parent for the created root s /// A filter function to allow for selectively excluding certain objects from being converted /// function does not throw, instead calls , and calls upon completion