I have a 2D game in which Aircraft and Missiles are instantiated at run time from prefabs.
However when the game is resized(scaled down) although the background and other objects scale down the dynamically created objects dont scale down and look really out sized.
What is the best way to scale down such objects(dynamically created)
Is there a way to detect screen resizing?