vexe / VFW

MIT License
492 stars 67 forks source link

Is there support for NetworkBehaviour? #81

Open AurelWu opened 8 years ago

AurelWu commented 8 years ago

the readme says to replace monobehaviour with betterbehaviour, nothing is mentioned at all when it comes to multiplayers / networkbehaviour, so I assume there is no current support for that?

vexe commented 8 years ago

This has been asked multiple times, see VFW thread post #439. Due to the way (inflexibility) the Unity editor system works, you have to duplicate code to get it to work. Ideally you'd want to mark your class with [VFW] or something without having to inherit from BaseBehaviour etc. But that will require a revamping of the entire Editor class to work this way.