vexe / VFW

MIT License
492 stars 67 forks source link

BaseBehaviour and Abstracts? #97

Open ajboni opened 8 years ago

ajboni commented 8 years ago

Hello Vexe, I converted almost all my scripts to basebehaviour, but im struggling with my last one.

I Have a list of abstract class and Im able to create a new instance on inspector and works pefect. The problem is that I loose the serialization when I change the class that have the list form betterbehaviour to basebehaviour, I suppose this is expected, but I was thinking if maybe can be done with BaseBehaviour or another workaround?

A little GIF may explain better than my poor english. abstract

Thanks!!! Rodo