Hello everyone!
I’ve already asked a more general version of this but I’m struggling to find out how to make it work, so I’d like to ask for a dummy-proof answer. Here’s my question:
How can I make a c++ class o be shown on the editor like a regular component? (No need to have a menu entry for it, just being able to add it and modify its values on the fly is more than fine, just like script objects, but being c++). I’m asking what should I inherit from, how should I compile it and how should I add it to the editor.
I think this might help other newbies lilke me and I’m willing to write a tutorial / guide / wiki page once I figure this out!
Thank you!