09-05-2019, 11:59 AM
Hi,
You can use the FindObjectsOfType method from Unity's API (https://docs.unity3d.com/ScriptReference...fType.html) to find all objects of type CurvyConnection.
You can also use GetComponentsInChildren (https://docs.unity3d.com/ScriptReference...ldren.html) on the _CurvyGlobal_ object.
Have a nice day
You can use the FindObjectsOfType method from Unity's API (https://docs.unity3d.com/ScriptReference...fType.html) to find all objects of type CurvyConnection.
You can also use GetComponentsInChildren (https://docs.unity3d.com/ScriptReference...ldren.html) on the _CurvyGlobal_ object.
Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

