Is there a way to draw a mesh right in editor without entering playmode?
Maybe I put this in it:
var aircraftModel = new StaticModel
{
Model = model,
Parent = Actor,
StaticFlags = StaticFlags.None
};
I need this for my productivity purposes in the engine.
So guys, is there a way?