keijiro / KlakNDI

NDI® plugin for Unity

Home Page:https://ndi.video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Building Error

tomtomtong opened this issue · comments

Hello. I just meet this issue when building project with KlakNDI in Unity 2023.1
Library\PackageCache\jp.keijiro.klak.ndi@2.1.0\Runtime\Internal\AndroidHelper.cs(18,9): error CS0103: The name 'NetworkTransport' does not exist in the current context

How could I fix this one? Thank you for any help.
ps

It seems that some of the standard network APIs are moved into built-in packages. Please try enabling related built-in packages using the Package Manager (or you can enable all of them).

Thank you. I am surprised by your quick response. I try to install Unity Transport manually in Package Manager but there is no luck.

Could you try enabling all the other built-in packages too?

Hello, I have the same problem with the same error message in Unity 2022.2. I already enabled all built-in packages (with the exception of NVIDIA).
Do you have any other suggestions to fix this?

error

commented

The NetworkTransport class (along with most of UNET) has been maked obsolete for quite some time now and was removed in Unity 2022.2. It would be extremely useful if the Android implementation could be updated to compile on more recent Versions of Unity (or to drop Android support).