Hi im a totally beginner and whenever i create a objects they spawn on the underground how can i spawn them on the ground.
Perhaps consider reseting the game object transform position? go to the inspector, locate in the transform component “position”, place it whenever you want, done. Or use the move tool, and put the object when you want where you want
Keep in mind that using Instantiate without specifying any position data or parent will just instantiate the object at its original world position.
It would be easier if we could see your code or the gameObject you are trying to Instantiate, as helping without it can be challenging.
By the image i guess is talking about creating obstacles in hierarchy, but if is based on code, give code pls
