Hello there,
I’m trying to implement .net messaging in Unity, but it is reporting a missing namespace declaration. I can’t see what I might be missing from the documentation, but was hoping you could help.
"The type or namespace name 'IChannel' could not be found (are you missing a using directive or an assembly reference?)'
I am currently only using
using BackendlessAPI;
using BackendlessAPI.Async;
Many thanks!
-Iain