Is there a way to create a entity without first adding a sprite or object to the scene? What I have in mind is too allow a player to build a path, so when they click their mouse the path is created. What I would like to do is build a entity that does not show up on the scene until mouse is clicked.
@Grimdin yes just create your path objects in-editor outside of the main screen area. Then when you click on a certain area of the scene spawn the object you want in the position of the mouse or some marker.
@Lavon, Thanks this will help. I was trying to put the Entities behind the background. This way is much simpler, that is what i get for only half paying attention to a tutorial.