MirrorConverter icon indicating copy to clipboard operation
MirrorConverter copied to clipboard

Usage with Unity version without Unet support

Open Blackvenom opened this issue 1 year ago • 0 comments

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?)
  • ....

Blackvenom avatar Jun 28 '23 18:06 Blackvenom