Hi, i’m new to unity and I’m creating a 2D side scroller. Is there a way to create the create the objects in the scene (platform, powerups, etc) via code in unity editor? I mean, I’d like to create the objects using a code, but the new objects should be visible directly in the editor so I can move things manually later, I don’t want the objects to be created when I run the game. Is there a way to do this (also if it envolves using external programs)?
p.s. I’m not using Unity Pro