Assuming that the flag is a prefab, you can set a default y value on its transform to determine how high it should be placed. Whenever a user changes its position, simply create a new Vector3, where x represents the x input and z represents the y input. The y of the transform should remain intact, so that its height remains static.
↧