Hi,
We know that from 2019.1, the UNET is moved out of the engine into a package. I tried to upgrade a UNET project to 2019.1, and it shows the using UnityEngine.Networking is not exist.
I think it’s because the first time the UNET package is imported, it’s get compiled, but without the compiled dll, unity can’t compile because code already referenced the dll.
is someone have successful upgrade give some guide, or this is a bug Unity should fix?
Thanks.