Is there a way to attach to a node a Billboard from a BillboardSet?
I want to do this instead of using BillboardSet for each node, because I assume BillboardSet batches all its individual billboards for rendering, correct?
So if I want to attach individual billboards, the only way is to update their position & rotation manually on Update event?
Also, is there a reason to use BillboardSet for each node? Maybe occlusion culling?