MirrorConverter
MirrorConverter copied to clipboard
Usage with Unity version without Unet support
Can I somehow use the converter on an newer unity version which has no Unet support anymore? Right now I get the following exceptions (obviously because of missing unet):
- The type or namespace name 'NetworkDiscovery' does not exist in the namespace 'UnityEngine.Networking' (are you missing an assembly reference?)
- The type or namespace name 'NetworkTransformChild' does not exist in the namespace 'UnityEngine.Networking' (are you missing an assembly reference?)
- ....