What I want to achieve:
Easy reuse “modules” for my games, i.e. I created “character” module and I would like to reuse it in other project.
I was wondering if it is possible to move whole logic to the c# library project but I guess it is not possible if classes included in this project would be MonoBehaviours.
Can I maybe create sth like dll file with a specific functionality and export it to other prjects?