I'm having trouble trying to inherit some classes of UnityEngine.Networking
Java doesn't have multiple inheritance and I'm getting errors about multiple network managers if I try to put .NetworkServer and .NetworkBehaviour in different scripts.
I'm fairly new to inheritance and extend in Unity. Apart from coding in C, are there any other solutions or workarounds?
↧