Creating game objects from inspector

Hi i’m trying to create a script that would allow me alter some sliders in the inspector, click apply and would instantiate the object in game. I can do this on runtime but that’s causing large amounts of lag, is this possible?

Yeah, look into editor scripting and creating custom inspectors.

Here’s a start.