keijiro / KlakNDI

NDI® plugin for Unity

Home Page:https://ndi.video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error CS0234 in Unity 2021.3.20f1

karimeo95 opened this issue · comments

Implemented your NDI receiver with a dropdown menu utilizing your SourceSelector script as well. Everything is running fine in the editor, but building results in the following namespace errors:

Assets\Script\SourceSelector.cs(5,12): error CS0234: The type or namespace name 'Ndi' does not exist in the namespace 'Klak' (are you missing an assembly reference?)

Assets\Script\SourceSelector.cs(11,5): error CS0246: The type or namespace name 'NdiReceiver' could not be found (are you missing a using directive or an assembly reference?)

Do you have any idea what could be causing this?

Which target platform are you using?

Which target platform are you using?

@keijiro, Universal Windows Platform.

As noted in the System Requirements on README, this plugin doesn't support UWP.

I close this issue as answered. Please reopen it for further problems.