I feel like i'm being stupid here.. But i can't seem to work this out.
It's exactly like i say in the above title... everything runs fine.. Linux server runs fine... compiles fine.. editor runs fine for testing...
But then i want to test on a 'standalone build' on my pc.. so i try to run a windows-build.. and i get this:
Assets\Scripts\Networking\Server.cs(102,27): error CS0246: The type or namespace name 'MultiplayAllocation' could not be found (are you missing a using directive or an assembly reference?)
Now obviously, this script runs on the 'server' so, it shouldn't really be necessary for the client...
..But, the script has not changed, only the target environment.. The 'using' statements i have written, are all the same... I mean have i missed an obvious 'option' here, or --can someone explain what i'm doing wrong / a solution?
thanks. 