Why I get a generate error?
error CS0246: unity the type or namespace name 'AClient' could not be found (are you missing a using directive or an assembly reference?)
It has been compiled and show 0 error!
I just write code like this
using UnityEngine;
using System;
using AClient;
The ‘AClient' is a dll and generated by myself And I‘ve put the dll in ’Plugins‘ Folder
Answer by Apoptoxin · Apr 13, 2016 at 09:26 AM
It shows in 'Warning', because of I reference 'System.Windows.Froms' in 'AClient.dll'
Your answer
Follow this Question
Related Questions
OPC UA Client & Server SDK for .NET not working on Unity from www.traeger.de 0 Answers
unity 5.3 iOS mscorlib.dll error 0 Answers
DLL is not allowed to be included or could not be found. (Android) 0 Answers
Facebook.Unity.Gameroom.dll was not registered 6 Answers
Copying assembly from temp fails every time, unable to solve by removing package 2 Answers