Hey all - new to unity and playmaker.
I'm trying to create a 1x1 platform as a prefab with a 2D collider component. I'm able to figure that out but when I import my prefab into the scene and extend the platform out (along the X-axis), the collider stays as a 1x1 (it doesn't extend with the platform).
So I'm trying to get it to extend automatically, along with the platform but I'm clearly doing something wrong. Can someone point me to a tutorial or guide me on how to do this?
Thanks a lot