akatriel
akatriel
> > > After hours of trying i managed to install the latest version of rofi :). > > > After executing setup.sh it still works. I just can't figure...
@Arham360 Did you ever resolve this? I'm working on the same issue.
@Arham360 You need these: ``` StreamSubscription deviceConnection; StreamSubscription deviceStateSubscription; List services = new List(); Map valueChangedSubscriptions = {}; BluetoothDeviceState deviceState = BluetoothDeviceState.disconnected; ``` For every single device. Don't forget to...
The error received is: `Fields with [SerializeReference] cannot serialize objects that derive from Unity.Object, in this case: Assembly-CSharp Assets.Scripts.MyCustomClass`
It all depends on the layout algorithm used. My personal use case involves a [Directed Acyclic Graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph) and I used the [Sugiyama Layout ](https://en.wikipedia.org/wiki/Layered_graph_drawing) to get something like [this](https://www.yworks.com/assets/images/landing-pages/layout-hierarchic-1.6ac22081e5.png).