Using QoS channels?

Hi

I would like to find out what QoS channel is used for the [Network Transform Component]? Does it default to 0?

Also how can I change it to use another channel? Because I want to setup channels for specific stuff.
I know about the [NetworkSettings(channel = 0, sendInterval = 0.1f)] but since I’m using the components I have no idea how to enforce that, also my controller and motor script contain no network code so it would be pointless having that in there i guess…

Anycase I hope this question makes sense.

Thanks
MJ

it uses Channels.DefaultUnreliable, which is 1

Why wouldn’t it use StateUpdate?

Also: what drawback is there from having more QoS channels?