Is there a way to enable/disable components and game objects in the editor? Sometimes I’d like to disable things and then reactivate them through code or other means. I know I can enable/disable in code with msg.post(".", "disable")
but it would be nice to do it in the editor as well
I see that the gui elements has it, but I dont see it for normal game objects/components?