As the title states I am looking to rewrite code here as much as possible and in some cases I want a few different methods and a change in a few variables but I want the bulk of the work to be the same. It took me a while to work out what I wanted to do / how to ask the question but I think the above is the most simple version.
In c# can I create a normal class structure and then get one of my Monobehaviour scripts attached to an object to extend that class and thus get all it’s functionailty? Thanks!