Billboards sizing problem

Hey, so i'm trying to add a billboard and make it fixed to the terrain(like as if someone draw on the map), but when I try changing the billboards sizeInMeters to true it simply doesn't show up, any ideas on how to fix that?

Hi there,

If you’re just trying to set the billboard to sit on terrain, you shouldn’t need to set sizeInMeters. Instead set heightReference to HeightReference.CLAMP_TO_GROUND.

If you want to set the size, please post a code snippet of what you have so we can track down what might be going wrong.

Thanks,

Gabby