Hi,
I read a stream coming from Grasshopper in Unity. This stream contains breps, meshes, curves, strings and numbers. I don’t have a problem with receiving geometry, however, Unity seems to not be reading text and strings.
Data I am sending to stream:
I have a game object with an attached script that is running GerNumbersFromSteam and GetStringFromStream functions from SpecleUnityManager class on Update. This however returns null for both functions.
Am I missing something or is there any other way of receiving strings and numbers (and in general data other than breps, meshes, etc).
Versions:
Unity 2020.1.15f1
Speckle-v1.8.31.336