How to Migarate UNET to 2019.1

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.

it seems a unity problem, after checking the note of 2019.1b10. will try it after the new beta came out.

problem solved in 2019.1f1, after referencing the hiapi in assembly definition file.

1 Like