i wanna setup a unity scene using vuforia image targets showing a small part of a city and the traffic in this part. the problem is, that i wanna use a traffic system to simulate the traffic instead of hard animating the cars, but the traffic system i am using right now is not useable for very small objects and vuforias default scale for the image markers is way too small for it(the marker size needs to be 1,1,1 for working as intended, the traffic system needs the scaling of 200,200 for the base plane for working as intended). so is there a way to scale the marker size up in my unity scene so i can use the traffic system or do i need to animate the cars myself?
i already tried to just scale up the image target in the unity scene or scale down the scene for the traffic system, but both ways are not working.